• Stars
    star
    123
  • Rank 290,145 (Top 6 %)
  • Language
    Assembly
  • Created over 9 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Game Boy Advance Bare Metal Assembly Programming

GBA


Game Boy Advance Bare Metal Code by krom (Peter Lemon).

All code compiles out of box with the FASMARM assembler by revolution:
https://arm.flatassembler.net
I have included binaries of all the demos.

For more information about coding the ARM CPU please visit my webpage that I run with SimonB:
https://gbadev.org
https://forum.gbadev.org

Howto Compile:
All the code compiles into a single binary (ROMNAME.gba) file.
Using FASMARM open up ROMNAME.asm & click the Run/Compile button.

Howto Run:
I only test with a real GBA using a flash cartridge.

You can also use GBA emulators like mGBA, no$gba, higan & the MAME GBA Driver.