Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 747 Bytes

README.md

File metadata and controls

21 lines (21 loc) · 747 Bytes

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.