shithub: rgbds

Download patch

ref: b924f58bb0fe5e5cd532137503d9b6fdf47aa59b
parent: ac78c37f9d5dde4633f2544cd2272a274a57f2db
author: stag019 <[email protected]>
date: Tue Feb 24 13:31:13 EST 2015

Added -D to manpage

--- a/src/asm/rgbasm.1
+++ b/src/asm/rgbasm.1
@@ -9,6 +9,7 @@
 .Op Fl v
 .Op Fl h
 .Op Fl b Ar chars
+.Op Fl D Ar name Ns Op = Ns Ar value
 .Op Fl g Ar chars
 .Op Fl i Ar path
 .Op Fl o Ar outfile
@@ -23,6 +24,12 @@
 .It Fl b Ar chars
 Change the two characters used for binary constants.
 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
 Change the four characters used for binary constants.
 The defaults are 0123.