All Projects → skoolkid → rom

skoolkid / rom

Licence: other
A disassembly of the ZX Spectrum ROM, created using SkoolKit.

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language
Makefile
30231 projects
CSS
56736 projects

Projects that are alternatives of or similar to rom

jetpac-disassembly
JETPAC: annotated source code disassembly of this classic 8-bit game (1983, ZX Spectrum)
Stars: ✭ 36 (+5.88%)
Mutual labels:  zx-spectrum, disassembly, skoolkit
The-Great-Escape
Classic ZX Spectrum game "The Great Escape" reverse engineered
Stars: ✭ 69 (+102.94%)
Mutual labels:  zx-spectrum, disassembly, skoolkit
zx-spectrum-games
Collection of ZX Spectrum annotated game source code dissasemblies as .skool files
Stars: ✭ 35 (+2.94%)
Mutual labels:  zx-spectrum, skoolkit
ayfxedit-improved
AYFX Editor (Improved)
Stars: ✭ 24 (-29.41%)
Mutual labels:  zx-spectrum
pyskool
A remake of Skool Daze and Back to Skool in Python and Pygame.
Stars: ✭ 15 (-55.88%)
Mutual labels:  zx-spectrum
binary-auditing-solutions
Learn the fundamentals of Binary Auditing. Know how HLL mapping works, get more inner file understanding than ever.
Stars: ✭ 61 (+79.41%)
Mutual labels:  disassembly
TommyGun
A retro development IDE for the creation of games on 8-bit computers.
Stars: ✭ 37 (+8.82%)
Mutual labels:  zx-spectrum
vforth-next
Z80N Forth system suitable to run on the new ZX Spectrum Next
Stars: ✭ 16 (-52.94%)
Mutual labels:  zx-spectrum
oracles-disasm
Disassembly of Oracle of Ages and Seasons
Stars: ✭ 125 (+267.65%)
Mutual labels:  disassembly
asm2cfg
Python command-line tool and GDB extension to view and save x86, ARM and objdump assembly files as control-flow graph (CFG) pdf files
Stars: ✭ 42 (+23.53%)
Mutual labels:  disassembly
crackerjack
A collection of crackmes
Stars: ✭ 37 (+8.82%)
Mutual labels:  disassembly
specci48
stm32f103c8t6 spectrum emulator
Stars: ✭ 40 (+17.65%)
Mutual labels:  zx-spectrum
zx-sizif-512
ZX Spectrum CPLD-based clone for rubber case
Stars: ✭ 92 (+170.59%)
Mutual labels:  zx-spectrum
zxtune
Mirror of http://bitbucket.org/zxtune/zxtune repository with robot-only issues tracker
Stars: ✭ 118 (+247.06%)
Mutual labels:  zx-spectrum
channels
ZX Spectrum browser for forums and imageboards
Stars: ✭ 52 (+52.94%)
Mutual labels:  zx-spectrum
lighthouse-of-doom
A simple text-based adventure game
Stars: ✭ 52 (+52.94%)
Mutual labels:  zx-spectrum
The-Great-Escape-in-C
Classic ZX Spectrum game "The Great Escape" rewritten in portable C
Stars: ✭ 95 (+179.41%)
Mutual labels:  zx-spectrum
bmod
bmod parses binaries for modification/patching and disassembles machine code sections.
Stars: ✭ 12 (-64.71%)
Mutual labels:  disassembly
zxtap-to-wav
Converter of .TAP files (a ZX-Spectrum emulator data format) into .WAV sound files
Stars: ✭ 34 (+0%)
Mutual labels:  zx-spectrum
tenda-reverse
Reverse engineering, getting root access to Tenda MW6 wifi mesh router
Stars: ✭ 90 (+164.71%)
Mutual labels:  disassembly

Spectrum ROM disassembly

A disassembly of the 48K Spectrum ROM, 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 -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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].