annotate level2/sys/rma.hp @ 722:edea65d8200b
Fixed apparent bug in L-I code
author |
boisy |
date |
Sat, 04 Jan 2003 23:38:50 +0000 |
parents |
7183076e2b49 |
children |
9d87469f1f17 |
rev |
line source |
334
|
1 @RMA
|
|
2 Syntax: RMA filename [opts] [>listing]
|
|
3 Usage : Relocatable Macro Assembler
|
|
4 Opts : -o=path write relocatable output to file specified
|
|
5 -l = write formatted listing to standard output
|
|
6 -c = suppress listing of conditional assembly lines in listing
|
|
7 -f = use form feed for top of form
|
|
8 -g = list all code bytes generated
|
|
9 -x = suppress macro expansion in listing
|
|
10 -e = suppress printing of errors
|
|
11 -s = print symbol table
|
|
12 -dn = set listing lines per page to n
|
|
13 -wn = set line width to n
|