RGBDS(7) |
General Reference Manual |
RGBDS(7) |
NAME
rgbds — Rednex Game Boy Development System
EXAMPLES
To get a working ROM image from a single assembly source file:
$ rgbasm -o bar.o foo.asm
$ rgblink -o baz.gb bar.o
$ rgbfix -v -p 0 baz.gb
HISTORY
rgbds grew out of the ASMotor package released by Carsten Sørensen. It was first released as a Game Boy software package by Justin Lloyd.