• 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...
  • 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...
  • ARM Directives question
    I need to Store the bytes 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, and 0x0A in ROM, using only ARM Directives (No Instructions). And then allocate a byte of memory for the sum. Then Use ARM...
  • Assembler Directives
    Can any one help me by clarifying EQU assembler directives in 8051 ?