??? 02/23/08 08:17 Read: times Msg Score: +1 +1 Good Answer/Helpful |
#151319 - isn't this the classical gotcha? Responding to: ???'s previous message |
You want to tell the compiler/linker/whomever that the strings have to go into the FLASH, rather than the very limited and precious internal RAM.
For this, '51 C-compilers typically have nonstandard keywords, such as "code". Read the compiler's manual. JW |