X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=rmac.c;h=0c663b40a0af0cca1b76faed1e2e73bad35f9f82;hp=a7d1770b1a2348fc81ac1ccbedca0495c1f806df;hb=f4e9bcd703852c51c97d2586872b9b26389899e6;hpb=c74d8ef6f193cb2be876c920c5cb7f599dd5418a diff --git a/rmac.c b/rmac.c index a7d1770..0c663b4 100644 --- a/rmac.c +++ b/rmac.c @@ -132,6 +132,7 @@ void DisplayHelp(void) " -l[filename] Create an output listing file\n" " -n Don't do things behind your back in RISC assembler\n" " -o file Output file name\n" + " -p[n] Create an ST .prg (1=normal, 2=w/symbols)\n" " -r[size] Pad segments to boundary size specified\n" " w: word (2 bytes, default alignment)\n" " l: long (4 bytes)\n"