rgbds
Rednex Game Boy Development System
RGBDS (Rednex Game Boy Development System) is an assembler/linker package for the Game Boy and Game Boy Color. It consists of:
rgbasm (assembler)
rgblink (linker)
rgbfix (checksum/header fixer)
rgbgfx (PNG-to-Game Boy graphics converter)
- Versions: 0.7.0
- Website: https://github.com/gbdev/rgbds
- Licenses: Expat
- Package source: gnu/packages/assembly.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of rgbds
as follows:
guix install rgbds
Or install a particular version:
guix install rgbds@0.7.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of rgbds about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/rgbds'><img src='https://packages.guix.gnu.org/packages/rgbds/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/rgbds)
Example Org:
[[https://packages.guix.gnu.org/packages/rgbds][https://packages.guix.gnu.org/packages/rgbds/badges/latest-version.svg]]