RGBDS(7) General Reference Manual RGBDS(7)

NAME

rgbdsRednex 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

SEE ALSO

rgbasm(1), rgbfix(1), rgblib(1), rgblink(1), gbz80(7)

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.
April 11, 2013 RGBDS Manual