Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/videlanicolas/z80-hacking
Z80 hacking
https://github.com/videlanicolas/z80-hacking
assembler z80 z80-asm zx-spectrum
Last synced: 11 days ago
JSON representation
Z80 hacking
- Host: GitHub
- URL: https://github.com/videlanicolas/z80-hacking
- Owner: videlanicolas
- License: unlicense
- Created: 2024-04-04T04:11:07.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-04T04:55:41.000Z (9 months ago)
- Last Synced: 2024-11-06T00:20:47.347Z (about 2 months ago)
- Topics: assembler, z80, z80-asm, zx-spectrum
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Z80 hacking
I became obsessed with retro games and wanted to program some games of my own. I target Z80 as one of the most used CPU for retro games.
# Reading material
Website tutorial for the Z80: https://benjamin.computer/posts/2022-04-22-ZX-coding.html
VASM: http://www.compilers.de/vasm.html
Z80 instruction set: https://en.wikipedia.org/wiki/Zilog_Z80#Z80_assembly_language
General tutorials and help material: https://www.assemblytutorial.com/z80/
Very helpful Github repo: https://github.com/Z80-Retro