I have an array defined in RAM. The array is defined 40 bytes. I do interpolation on the array by passing the address of the array as a huge pointer to int to the interpolation function. For the C167CS, which pointer is faster, the far pointer or the huge pointer?