gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

DS development > Difference between GBA image and DS arm7 image?

#37761 - Zhila - Tue Mar 15, 2005 11:43 pm

I would like to know what is different between a GBA image and an arm7 image for the DS. Main reason I would like this information is so that other GBA compilers can compile arm7 DS images by simply using DS registers instead of the typical GBA registers and running the compiled "GBA" image through a converter.
_________________
Current high scores on Super Mario 64 DS:
Shell Smash - 50230
Wanted - 140

#37774 - Lord Graga - Wed Mar 16, 2005 8:25 am

Use a different crt0 and lnkscript, and a new memory map, then you should be free to go (I think :P).