Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skoolkid/jetsetwilly
A disassembly of Jet Set Willy, created using SkoolKit.
https://github.com/skoolkid/jetsetwilly
disassembly skoolkit zx-spectrum
Last synced: 3 months ago
JSON representation
A disassembly of Jet Set Willy, created using SkoolKit.
- Host: GitHub
- URL: https://github.com/skoolkid/jetsetwilly
- Owner: skoolkid
- Created: 2014-07-24T12:01:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T21:18:29.000Z (12 months ago)
- Last Synced: 2024-07-30T21:10:00.613Z (6 months ago)
- Topics: disassembly, skoolkit, zx-spectrum
- Language: Python
- Size: 4.9 MB
- Stars: 15
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Jet Set Willy disassembly
=========================A disassembly of the [Spectrum](https://en.wikipedia.org/wiki/ZX_Spectrum)
version of [Jet Set Willy](https://en.wikipedia.org/wiki/Jet_Set_Willy),
created using [SkoolKit](https://skoolkit.ca/).Decide which number base you prefer and then click the corresponding link below
to browse the latest release:* [Jet Set Willy disassembly](https://skoolkid.github.io/jetsetwilly/) (hexadecimal; mirror [here](https://skoolkid.gitlab.io/jetsetwilly/))
* [Jet Set Willy disassembly](https://skoolkid.github.io/jetsetwilly/dec/) (decimal; mirror [here](https://skoolkid.gitlab.io/jetsetwilly/dec/))To build the current development version of the disassembly, first obtain the
development version of [SkoolKit](https://github.com/skoolkid/skoolkit). Then:$ skool2html.py sources/jsw.skool
To build an assembly language source file that can be fed to an assembler:
$ skool2asm.py sources/jsw.skool > jsw.asm