The JAR file DazzleStar.jar implements a modern version of John Washington's famous DazzleStar interactive disassembler.
java -jar DazzleStar.jar [options]
The configuration of the disassembler is customized by the configuration file, which is searched for in the following way:
If a program file is given on the commandline, it is assumed to be a COM file (or at least ORGed at 0x0100).
The keyword "ZILOG" or "MAC80" may be given on the commandline, to override the default/initial instruction mnemonics.
Sub-topics:
This program is still very preliminary, and exact functionality is still being worked out. But it is possible to examine COM files and generate usable ASM or PRN output. Currently, only COM files ORGed at 0100H can be used.