mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Document rgbasm -E.
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
.Nd Game Boy assembler
|
.Nd Game Boy assembler
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm rgbasm
|
.Nm rgbasm
|
||||||
.Op Fl hv
|
.Op Fl Ehv
|
||||||
.Op Fl b Ar chars
|
.Op Fl b Ar chars
|
||||||
.Op Fl D Ar name Ns Op = Ns Ar value
|
.Op Fl D Ar name Ns Op = Ns Ar value
|
||||||
.Op Fl g Ar chars
|
.Op Fl g Ar chars
|
||||||
@@ -29,6 +29,8 @@ Add string symbol to the compiled source code. This is equivalent to
|
|||||||
.Cm EQUS
|
.Cm EQUS
|
||||||
.Qq Ar "value"
|
.Qq Ar "value"
|
||||||
in code. If a value is not specified, a value of 1 is given.
|
in code. If a value is not specified, a value of 1 is given.
|
||||||
|
.It Fl E
|
||||||
|
Export all labels, including unreferenced and local labels.
|
||||||
.It Fl g Ar chars
|
.It Fl g Ar chars
|
||||||
Change the four characters used for binary constants.
|
Change the four characters used for binary constants.
|
||||||
The defaults are 0123.
|
The defaults are 0123.
|
||||||
|
|||||||
Reference in New Issue
Block a user