Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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