??? 11/21/06 06:42 Read: times |
#128338 - SDCC options Responding to: ???'s previous message |
If youve got fixed data structures in XRAM then you just look at the map file to see where they live in XRAM.I assume from the use of the word heap that you want to use malloc and have got dynamic data sizes going on, in which case erm.....dunno you could dynamicaly calculate the memory after malloc has messed around with it which should be fun. |