From b924f58bb0fe5e5cd532137503d9b6fdf47aa59b Mon Sep 17 00:00:00 2001 From: stag019 Date: Tue, 24 Feb 2015 18:31:13 -0500 Subject: [PATCH] Added -D to manpage --- src/asm/rgbasm.1 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/asm/rgbasm.1 b/src/asm/rgbasm.1 index c31d5507..aa13de01 100644 --- 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 @@ Its arguments are as follows: .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.