Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonio-luque/disasm
Disassembler for ZX Spectrum
https://github.com/antonio-luque/disasm
assembly-language source-code zx-spectrum
Last synced: about 1 month ago
JSON representation
Disassembler for ZX Spectrum
- Host: GitHub
- URL: https://github.com/antonio-luque/disasm
- Owner: Antonio-Luque
- Created: 2024-04-01T10:25:56.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-07T07:04:10.000Z (about 1 month ago)
- Last Synced: 2024-10-12T06:20:21.425Z (about 1 month ago)
- Topics: assembly-language, source-code, zx-spectrum
- Language: Assembly
- Homepage:
- Size: 322 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# disASM
![Screenshot](https://github.com/Antonio-Luque/disASM/blob/main/disASM.png)A Disassembler for ZX Spectrum. Based on Disassembler support from Small Computer Monitor ([SCM](https://smallcomputercentral.com/small-computer-monitor/small-computer-monitor-v1-0/ )) by Stephen C Cousins.
### Features:
- Can be loaded at any RAM address (below the System Variables).
- Uses an internal stack.
- Recognizes undocumented opcodes related to IXH, IXL, IYH and IYL registers.
- Needs less than 2 Kbytes of RAM.### Usage:
(default: 57600)
1. LOAD ""CODE \
2. RANDOMIZE USR \
3. Input "from" address (in hexadecimal) to start disassembly and "to" address (in hexadecimal) to end disassembly.