??? 03/13/06 13:27 Read: times |
#112050 - C is not required Responding to: ???'s previous message |
If you use a C compiler, it can very economical deal with the SRAM to overlay all the needed local variables (reading the C51 primer tell you why).
C is not required, In my mixed environment (~80% C ~20% assembler) I use the Keil OVERLAYABLE definition and my assembly functions overlay just like the C. Erik |