• Using far or huge pointer, which is faster?
    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...
  • Using far or huge pointer, which is faster?
    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...
  • How the MCU in ST10F269 identifies whether the address is near, far, huge?
    When I went through the ST10 C-compiler document, I am not clear how the near, far & huge address are identified while it executing in the target. Could any one please clarify me? When I read the...
  • How the MCU in ST10F269 identifies whether the address is near, far, huge?
    When I went through the ST10 C-compiler document, I am not clear how the near, far & huge address are identified while it executing in the target. Could any one please clarify me? When I read the...
  • LX51 Huge Code
    I am trying out an application for the MX51 and I need HUGE code generation but it generates a combination of both. As an example, in my routines it generates the proper ECALL and ERET but if I call...