??? 11/17/06 06:46 Read: times |
#128149 - Overlay Responding to: ???'s previous message |
See: http://www.keil.com/support/docs/210.htm
The problem comes if the Linker cannot deduce the function call tree. There are techniques to either tell the Linker the call tree, or to ensure that it can deduce it - but then there's the risk of getting that wrong! Russ Cooper said:
I use Version 4.23 of the Archimedes 8051 C compiler, which I believe is an ancestor of the current Keil compiler. I wonder if that compiler somehow works better in this regard than others, or if maybe I have just been lucky somehow. Maybe it just doesn't do data overlaying, or you don't use it? Or maybe you have just been lucky, and done all the right things! |