Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 797 Bytes

File metadata and controls

39 lines (23 loc) · 797 Bytes

ZSM Disassembler

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

Build Info

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