GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
RGBDS(7) FreeBSD Miscellaneous Information Manual RGBDS(7)

rgbds
Rednex Game Boy Development System

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

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

  • 1997, Carsten Sørensen (AKA SurfSmurf) writes ASMotor as a general-purpose assembler/linker system for DOS/Win32.
  • 1999, Justin Lloyd (AKA Otaku no Zoku) adapts ASMotor to read and produce GBZ80 assembly/machine code, and releases this version as RGBDS.
  • 2009, Vegard Nossum adapts the code to be more UNIX-like and releases this version as rgbds-linux on GitHub.
  • 2010, Anthony J. Bentley forks that repository. The fork becomes the reference implementation of rgbds.
  • 2017, Bentley's repository is moved to a neutral name. It is now maintained by a number of contributors at https://github.com/rednex/rgbds.
  • 2018, codebase relicensed under the MIT license.
  • 2020, repository is moved to the gbdev organisation, at https://github.com/gbdev/rgbds. The https://rgbds.gbdev.io website serving documentation and downloads is created.
March 28, 2021 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 7 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.