/backtoskool

A disassembly of Back to Skool, created using SkoolKit.

Primary LanguagePython

Back to Skool disassembly

A disassembly of the Spectrum game Back to Skool, created using SkoolKit.

Decide which number base you prefer and then click the corresponding link below to browse the latest release:

To build the current development version of the disassembly, first obtain the development version of SkoolKit. Then:

$ skool2html.py sources/bts.skool

To build an assembly language source file that can be fed to an assembler:

$ skool2asm.py sources/bts.skool > bts.asm