• Reentrant compiler directive for C51 compiler
    I am using an inhouse developed multi tasking scheduler for 8051. Every function that I write, I need to put reentrant on it. Is it possible to add a compiler directive like the c166 compilers for c51...
  • Reentrant compiler directive for C51 compiler
    I am using an inhouse developed multi tasking scheduler for 8051. Every function that I write, I need to put reentrant on it. Is it possible to add a compiler directive like the c166 compilers for c51...
  • MAC compiler directive
    HI, I am using a ST10F269. I need to add the MAC compiler directive to generate coMUL etc instructions. I have to do this by adding the control in the C166 options page. Do I need to add the EXTMAC...
  • MAC compiler directive
    HI, I am using a ST10F269. I need to add the MAC compiler directive to generate coMUL etc instructions. I have to do this by adding the control in the C166 options page. Do I need to add the EXTMAC...
  • Question about ROM(HUGE) compiler directive
    Hi, My code doesn't work if I compile it with ROM(HUGE) mode, but works fine if compile it under ROM(LARGE) mode. Any comments would be appreciated. Thank you! Processor: p87c51MB2 CX51: V7.04d...