★ CODING ★ CROSSDEV ★ DASMZ80 ★![]() |
| DASMZ80 | Coding Crossdev |
DASMZ80 is an MS DOS 2.0 or greater Intel hex file Z80 disassembler. The syntax for invocation is: [drive:]DASMZ80 where [drive:] is the drive where the dissasembler is stored, is the name of an existing object file in the Intel hex format, and is the name of the file to which the dissassembled code is to be written. Upon completion, will contain the mnemonics associated with the opcodes found in . If an undefined opcode is encountered, it is assigned the mnemonic "?". An "ORG" statement is generated at the address of the first non-NOP instruction. If subsequent NOP's (opcode=00H) are encountered, the dissasembler will generate an "ORG" statement to the address of the next non-NOP instruction. https://CPCrulez.fr
|