NOTICE: This disassembly is currently being totally refactored, and thus is far from complete. Go here for the old version, which can be built.
- make
- vasm
- M68k CPU, Motorola syntax
- Z80 CPU, old style syntax
- vlink
- extract_asm_symbols
- make_asm_depend
- sonic_cd_file_tool
- mkisofs (from cdrtools)
Windows users can use the binaries in the tools/win32 folder and the provided batch files to build (including make, which was obtained from GnuWin).
Otherwise, make sure the required tools are built and can be called from the root of this disassembly. You can choose to build a specific region with one of the following:
make japan
make usa
make europe
To clean, you just run:
make clean
Special thanks to flamewing and TheStoneBanana for helping out and contributing, especially for R11A in the disassembly's infancy stages back in 2015.