Mercurial > hg > Members > kono > nitros9-code
annotate level2/sys/rma.hp @ 2664:09feb97c181f lwtools-port
Initial changes to use lwasm instead of mamou
Initial high level changes to use lwasm instead of mamou.
author | William Astle <lost@l-w.ca> |
---|---|
date | Sun, 10 Jun 2012 12:40:11 -0600 |
parents | 81584f82ee74 |
children |
rev | line source |
---|---|
334 | 1 @RMA |
906 | 2 Syntax: RMA filename [<opts>] [>listing] |
334 | 3 Usage : Relocatable Macro Assembler |
849 | 4 Opts : |
5 -o=path write relocatable output to file specified | |
6 -l = write formatted listing to standard output | |
7 -c = suppress listing of conditional assembly lines in listing | |
8 -f = use form feed for top of form | |
9 -g = list all code bytes generated | |
10 -x = suppress macro expansion in listing | |
11 -e = suppress printing of errors | |
12 -s = print symbol table | |
13 -dn = set listing lines per page to n | |
14 -wn = set line width to n |