Skip to content
WilliamFraser edited this page May 18, 2016 · 1 revision

# SpectrumTranslate

SpectrumTranslate is code written in the Python scripting language that allows users to Translate ZX Spectrum data to Text, BASIC file listings, graphical images, and even disassemble machine code.

It will extract to a variety of formats, and the output can be easily tweaked (especially the disassembly of machine code with lots of highly configurable options, although the default should work ok).

It also has modules to work with .TAP files, and Disciple disk image files as well.

It should just work on any Python version after 2.6 (that includes all versions of 3), which should be most versions of Python out there.

You can accesss it through a graphical interface, from the command line, or even using python code.

It has extensive documentation and examples for all modes of opperation.

Clone this wiki locally