About: The ZSM Disassembler Deconstructs binaries for the ZVM Project. Information about ZCode and the Virtual Hardware Can be found in this repository.
Usage
DSM [YourBinaryName].zx <FLAGS>
Disassembler flags
| -p | Generates High level Descriptions for each Instruction |
|---|
This Project does not have any dependancies. Alls you need is a C++ Compiler.
Mac OS - Terminal Build
make macos
sudo make install
GNU Linux - Terminal Build
make linux
sudo make install
Windows - (w64devkit)
make windows