https://github.com/kolen/z80-opcode-table
https://github.com/kolen/z80-opcode-table
retrocomputing z80 zx-spectrum
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kolen/z80-opcode-table
- Owner: kolen
- Created: 2017-04-02T00:51:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T00:57:09.000Z (about 9 years ago)
- Last Synced: 2024-10-24T18:35:25.984Z (over 1 year ago)
- Topics: retrocomputing, z80, zx-spectrum
- Language: Ruby
- Size: 7.81 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Z80-opcode-table
Outputs z80 opcode table using nested rules that can be compared with
predefined table.
Predefined table (`table_ref.txt`)
from [Sharp 80](http://www.sharp80.com/z80_instruction_set.php)
project.
Nested rules according
to [Guide by Cristian Dinu](http://www.z80.info/decoding.htm).