1RGBDS(7)             BSD Miscellaneous Information Manual             RGBDS(7)
2

NAME

4     rgbds — Rednex Game Boy Development System
5

EXAMPLES

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

SEE ALSO

14     rgbasm(1), rgbfix(1), rgblink(1), rgbds(5), gbz80(7)
15

HISTORY

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
27     reference 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
33     2018, codebase relicensed under the MIT license.
34
35     2020, repository is moved to the gbdev organisation, at .:
36           https://github.com/gbdev/rgbds
37     The https://rgbds.gbdev.io website serving documentation and downloads is
38     created.
39
40BSD                              March 7, 2018                             BSD
Impressum