1RGBDS(7) BSD Miscellaneous Information Manual RGBDS(7)
2
4 rgbds — Rednex Game Boy Development System
5
7 To get a working ROM image from a single assembly source file:
8
9 $ rgbasm -o bar.o foo.asm
10 $ rgblink -o baz.gb bar.o
11 $ rgbfix -v -p 0 baz.gb
12
14 rgbasm(1), rgbfix(1), rgblink(1), rgbds(5), gbz80(7)
15
17 1997, Carsten Sørensen (AKA SurfSmurf) writes ASMotor as a general-pur‐
18 pose assembler/linker system for DOS/Win32.
19
20 1999, Justin Lloyd (AKA Otaku no Zoku) adapts ASMotor to read and produce
21 GBZ80 assembly/machine code, and releases this version as RGBDS.
22
23 2009, Vegard Nossum adapts the code to be more UNIX-like and releases
24 this version as rgbds-linux on GitHub.
25
26 2010, Anthony J. Bentley forks that repository. The fork becomes the ref‐
27 erence implementation of rgbds.
28
29 2017, Bentley's repository is moved to a neutral name. It is now main‐
30 tained by a number of contributors at .:
31 https://github.com/rednex/rgbds
32
33RGBDS Manual April 17, 2017 RGBDS Manual