• 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...
  • About pointer to a huge table in C
    Hi, I am a bit confused about writing codes with a poitner pointed to a huge table in C with Keil compiler (for C166 MCU). First if i want to define a pointer pointed to a huge table, naturally...
  • About pointer to a huge table in C
    Hi, I am a bit confused about writing codes with a poitner pointed to a huge table in C with Keil compiler (for C166 MCU). First if i want to define a pointer pointed to a huge table, naturally...
  • 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...
  • 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...