A disassembly of the Spectrum version of Manic Miner, created using SkoolKit.
Decide which number base you prefer and then click the corresponding link below to browse the latest release:
- Manic Miner disassembly (hexadecimal; mirror here)
- Manic Miner disassembly (decimal; mirror here)
To build the current development version of the disassembly, first obtain the development version of SkoolKit. Then:
$ skool2html.py sources/mm.skool
To build an assembly language source file that can be fed to an assembler:
$ skool2asm.py sources/mm.skool > mm.asm