annotate level1/sys/disasm.hp @ 2786:e333ec1907ef
lwtools-port
Updated makefile(s) so correct coco1 dw boot and dwio.sb files are used.
Updated level1/coco1/modules/makefile so that boot_dw_coco1
and dwio_coco1.sb get created.
Updated level1/coco1/bootfiles/makefile added detection of PORT
status so if coco1 is detected then dwio_coco1.sb and
boot_dw_coco1 are used in place of dwio.sb and boot_dw.
author |
drencor-xeen |
date |
Sun, 27 Jan 2013 00:14:03 -0600 |
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
|