??? 12/15/08 17:36 Read: times |
#160956 - SDCC... Responding to: ???'s previous message |
but the generated asm still contains too many local variables in iram despite the --model-large option, that seems incompatible with my main asm program written using most of P89V51 1K internal iram + xram. Then how to incorporate compiled asm in my main asm without using the linker, setting variables locations (to external ram addresses when needed) and stack myself ? |