#48681 - Glow - Thu Jul 21, 2005 7:15 pm
Hi there, I'm currently coding my first thingies for the GBA in C (and a bit in asm) using devkitARM, and until now I've put all the code that should run as fast as possible in IWRAM.
But I'd like to know if it's possible to get a list of how much bytes I've 'used' of the IWRAM? I thought I read somewhere that gcc is capable of generating such a list after linking...
I think I could append some magic value to all my code in IWRAM and then look it up in VBA's memory viewer, but hopefully there's an easier way of doing it.
- cheers, Glow.
But I'd like to know if it's possible to get a list of how much bytes I've 'used' of the IWRAM? I thought I read somewhere that gcc is capable of generating such a list after linking...
I think I could append some magic value to all my code in IWRAM and then look it up in VBA's memory viewer, but hopefully there's an easier way of doing it.
- cheers, Glow.