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     Or in a single command line:
13
14           $ rgbasm -o - foo.asm | rgblink -o - - | rgbfix -v -p 0 - > baz.gb
15

SEE ALSO

17     rgbasm(1), rgbfix(1), rgblink(1), rgbds(5), gbz80(7)
18

HISTORY

20     1997, Carsten Sørensen (AKA SurfSmurf) writes ASMotor as a general-pur‐
21     pose assembler/linker system for DOS/Win32.
22
23     1999, Justin Lloyd (AKA Otaku no Zoku) adapts ASMotor to read and produce
24     GBZ80 assembly/machine code, and releases this version as RGBDS.
25
26     2009, Vegard Nossum adapts the code to be more UNIX-like and releases
27     this version as rgbds-linux on GitHub.
28
29     2010, Anthony J. Bentley forks that repository.  The fork becomes the
30     reference implementation of rgbds.
31
32     2017, Bentley's repository is moved to a neutral name.  It is now main‐
33     tained by a number of contributors at https://github.com/rednex/rgbds
34
35     2018, codebase relicensed under the MIT license.
36
37     2020, repository is moved to the gbdev organisation, at
38     https://github.com/gbdev/rgbds The https://rgbds.gbdev.io website serving
39     documentation and downloads is created.
40
41BSD                             March 28, 2021                             BSD
Impressum