• HOW TO FORCE C51 TO COMPILE ALL FUNCTIONS REENTRANT
    Hi, Do you know a way to tell the compiler (via #pragma or similar) all functions in the C file must be reentrant? I am using a source library running in several micros and I would not like to maintain...
  • May I spceify all of functions are reentrant by directives?
    Hello, May I specify all of functions are reentrant function by directives? I am using RXT51 tiny and my functions are reentrantable. I am tired to declare "reentrant" at the end of every function...
  • compilation directive MOD_MX51P
    Hello, Anyone know the existence of MOD_MX51P control for the Philips 80C51MX architecture. It seems to work on mys .a51 and .C sources files and the code size optimization is about 5% when i used...
  • 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...
  • How does compiler C51 realize the key word reentrant?
    In the following example,the chip is Dallas390 and the off-chip xdata starts from x:0x20000.Large model and large reentrant function stack is selected. The C language source: unsigned char func1(unsigned...