mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Added -D to manpage
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
.Op Fl v
|
.Op Fl v
|
||||||
.Op Fl h
|
.Op Fl h
|
||||||
.Op Fl b Ar chars
|
.Op Fl b Ar chars
|
||||||
|
.Op Fl D Ar name Ns Op = Ns Ar value
|
||||||
.Op Fl g Ar chars
|
.Op Fl g Ar chars
|
||||||
.Op Fl i Ar path
|
.Op Fl i Ar path
|
||||||
.Op Fl o Ar outfile
|
.Op Fl o Ar outfile
|
||||||
@@ -23,6 +24,12 @@ Its arguments are as follows:
|
|||||||
.It Fl b Ar chars
|
.It Fl b Ar chars
|
||||||
Change the two characters used for binary constants.
|
Change the two characters used for binary constants.
|
||||||
The defaults are 01.
|
The defaults are 01.
|
||||||
|
.It Fl D Ar name Ns Op = Ns Ar value
|
||||||
|
Add string symbol to the compiled source code. This is equivalent to
|
||||||
|
.Ar name
|
||||||
|
.Cm EQUS
|
||||||
|
.Qq Ar "value"
|
||||||
|
in code. If a value is not specified, a value of 1 is given.
|
||||||
.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