https://github.com/skoolkid/rom
A disassembly of the ZX Spectrum ROM, created using SkoolKit.
https://github.com/skoolkid/rom
disassembly skoolkit zx-spectrum
Last synced: about 2 months ago
JSON representation
A disassembly of the ZX Spectrum ROM, created using SkoolKit.
- Host: GitHub
- URL: https://github.com/skoolkid/rom
- Owner: skoolkid
- Created: 2016-05-31T14:09:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-29T21:12:23.000Z (3 months ago)
- Last Synced: 2025-01-29T22:24:10.566Z (3 months ago)
- Topics: disassembly, skoolkit, zx-spectrum
- Language: Shell
- Size: 4.49 MB
- Stars: 43
- Watchers: 6
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spectrum ROM disassembly
========================A disassembly of the 48K [Spectrum](https://en.wikipedia.org/wiki/ZX_Spectrum)
ROM, created using [SkoolKit](https://skoolkit.ca).Decide which number base you prefer and then click the corresponding link below
to browse the latest release:* [The Complete Spectrum ROM Disassembly](https://skoolkid.github.io/rom/) (hexadecimal)
* [The Complete Spectrum ROM Disassembly](https://skoolkid.github.io/rom/dec/) (decimal)To build the current development version of the disassembly, first obtain the
development version of [SkoolKit](https://github.com/skoolkid/skoolkit). Then:$ skool2html.py -a sources/rom.skool
To build an assembly language source file that can be fed to an assembler:
$ skool2asm.py sources/rom.skool > rom.asm