??? 05/02/06 12:12 Read: times |
#115346 - don't you know OVERLAYABLE Responding to: ???'s previous message |
But on some applications the SRAM usage was less, because the linker can always better overlay local variables as any human can do.
in assembler ?DT?FormatScrippet?SZFSC SEGMENT DATA OVERLAYABLE will make the linker do as well in asm as it does in C One funny 'bug' in Keil: this only works if the call chain start in a C module, but making the workloop in C is no big deal as to maintaining assembler efficiency. Erik |