about summary refs log tree commit diff stats
Hello world for Nintendo Game Boy

=== About ===
This is the source code for a simple "Hello World" for the Nintendo Game Boy 
(1989). This is here as a refrence to see how asm works for the Game Boy.

=== Compile ===
In order to compile, you will need RGBDS[0] installed. Then run the following 
commands:


rgbasm -o main.o main.asm

rgblink -o hello-world.gb main.o

rgbfix -v -p 0 hello-world.gb


You should now have a Game Boy ROM that will run in any emulator or even the 
real hardware is using a flashcart!

=== Links ===
[0]: https://rgbds.gbdev.io/