Short: Z80 assembly generating disassembler Author: tomaz.solc@tablix.org (Tomaz Solc), Jan Panteltje Uploader: polluks+aminet sdf lonestar org (Stefan Haubenthal) Type: dev/cross Version: 1.2.0 Architecture: ppc-morphos URL: https://www.tablix.org/~avian/blog/articles/z80dasm/ z80dasm, Z80 assembly language generating disassembler 1.2.0 Usage: [options] file -a --address Print the memory address of each assembly line in a comment -l --labels Create labels for jump instructions -g --origin=ORG Specify the starting address of the code (default 0x100) -t --source Print the corresponding binary data in hex and ASCII for each assembly line in a comment. -u --undoc Insert undocumented instructions directly into the disassembly instead of in the comments. -1 --z180 Disassemble instructions supported by the Z180 processor. -s --sym-output=FILE Write symbol information into FILE -S --sym-input=FILE Read symbol information from FILE -r --sym-order=SORT Sort symbols before writing symbol file (SORT can be default, frequency) -c --sym-comments Transfer symbol comments in the symbol information file to the output. -b --block-def=FILE Read information about code and data blocks from FILE -o --output=FILE Print output to FILE instead of standard output -h --help Display this help text and exit -v Increase verbosity -V --version Display version information and exit -z --zilog Use original Zilog syntax for relative jumps --tab-width=N Tab width in characters to use when aligning output into columns (default is 8) --tab-stops=S1,S2,... Comma separated list of tab stops to use. (default is 0,1,4,5,7) Bug reports to