Add a rgbds(7) manpage.

This commit is contained in:
Anthony J. Bentley
2010-12-22 15:35:32 -07:00
parent 376c8d2f5b
commit 0f606e5d83
2 changed files with 26 additions and 0 deletions

25
src/rgbds.7 Normal file
View File

@@ -0,0 +1,25 @@
.Dd $\&Mdocdate$
.Dt RGBDS 1
.Os RGBDS Manual
.Sh NAME
.Nm rgbds
.Nd Rednex Game Boy Development System
.\" SECTION
.Sh Examples
To get a working ROM image from a single assembly source file:
.Pp
.D1 $ rgbasm \-o bar.o foo.asm
.D1 $ rgblink \-o baz.gb bar.o
.D1 $ rgbfix \-v \-p 0 baz.gb
.\" SECTION
.Sh SEE ALSO
.Xr rgbasm 1 ,
.Xr rgbfix 1 ,
.Xr rgblib 1 ,
.Xr rgblink 1 ,
.Xr gbz80 7
.\" SECTION
.Sh HISTORY
.Nm
grew out of the ASMotor package released by Carsten S\(/orensen.
It was first released as a Game Boy software package by Justin Lloyd.