Mercurial > hg > Members > kono > nitros9-code
annotate level1/sys/disasm.hp @ 2109:6f39160e9096
Fixed errors in source
author | boisy |
---|---|
date | Thu, 19 Apr 2007 03:07:40 +0000 |
parents | f79e64f804a6 |
children |
rev | line source |
---|---|
1149 | 1 @DISASM |
2 Syntax: Disasm [<opts>] [<pathlist>] | |
3 Usage : 6809/6309 disassembler | |
4 Opts : | |
5 -m = disassemble module in memory | |
6 -o = display other information | |
1653 | 7 -s = indicate disassembly start and end |
8 addresses: -s$ssss$eeee | |
1149 | 9 -u = don't convert U/DP offsets to labels |
10 -x = file is in execution directory | |
11 -z = disassemble from standard input |