Anthony J. Bentley d2f52fdd0c Rewrite rgbfix from scratch, under a free ISC license.
Slight changes in usage; the man page has been updated accordingly.
2010-12-22 13:48:44 -07:00
2009-11-08 21:27:15 -07:00
2010-01-15 19:50:58 -07:00
2009-09-11 22:45:47 -06:00
2010-12-22 13:15:55 -07:00

----------------
  RGBDS README
----------------

RGBDS (Rednex Game Boy Development System) is a free assembler/linker package
for the Game Boy and Game Boy Color. It consists of:

  - rgbasm  (assembler)
  - rgblink (linker)
  - rgblib  (library manager)
  - rgbfix  (checksum/header fixer)

rgbds-linux is a fork of the original RGBDS which aims to make the programs
more like other UNIX tools.


  Building RGBDS
================

To build the programs on a UNIX or UNIX-like system, just run in your terminal:

  make

There is no install target -- just copy the binaries (rgbasm, rgbfix, rgblib,
and rgblink) to a folder in your $PATH.

To build the documentation, use the man target:

  make man

This will create manual pages (rgbasm.0, rgbfix.0, rgblib.0, and rgblink.0)
which can be read with a pager such as more(1):

  more rgbasm.0

There are no Windows installation instructions at this time.
Description
Rednex Game Boy Development System - An assembly toolchain for the Nintendo Game Boy and Game Boy Color
Readme MIT 18 MiB
Languages
C++ 68%
Assembly 18%
Shell 6.8%
Yacc 5%
CMake 1%
Other 1%