??? 11/17/06 19:01 Read: times |
#128208 - #pragma nooverlay in SDCC Responding to: ???'s previous message |
In SDCC you can turn off overlaying of local variables in individual fuction by using #pragma nooverlay on selected functions rather than using the --no-overlay switch on the compiler command line which turns off overlaying globaly |