• 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...
  • 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...
  • 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...
  • 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...