Difference between revisions of "Z80 programming"
From SpecNext official Wiki
m |
(adding Darryl's book) |
||
Line 9: | Line 9: | ||
------------------------------ | ------------------------------ | ||
Classic-Z80 (not Z80N, but still mostly relevant) tips and tricks and other links:<br> | Classic-Z80 (not Z80N, but still mostly relevant) tips and tricks and other links:<br> | ||
+ | <br> | ||
http://www.zilog.com/docs/z80/um0080.pdf - Official Z80 documentation<br> | http://www.zilog.com/docs/z80/um0080.pdf - Official Z80 documentation<br> | ||
http://www.z80.info/zaks.html - Rodnay Zaks - Programming the Z80<br> | http://www.z80.info/zaks.html - Rodnay Zaks - Programming the Z80<br> | ||
+ | http://ped.7gods.org/z80.pdf - Darryl Sloan - First Steps in Z80Assembly Language <sup>new</sup><br> | ||
http://map.grauw.nl/sources/external/z80bits.html - various small routines<br> | http://map.grauw.nl/sources/external/z80bits.html - various small routines<br> | ||
https://www.msx.org/wiki/Assembler_for_Dummies_(Z80) - excellent MSX-computer fan site - has also wiki with articles about Z80 programming | https://www.msx.org/wiki/Assembler_for_Dummies_(Z80) - excellent MSX-computer fan site - has also wiki with articles about Z80 programming |
Revision as of 21:30, 27 April 2020
Z80N instruction set - complete reference
"Dev Tuesday" - small snippets of Z80N assembly
Classic-Z80 (not Z80N, but still mostly relevant) tips and tricks and other links:
http://www.zilog.com/docs/z80/um0080.pdf - Official Z80 documentation
http://www.z80.info/zaks.html - Rodnay Zaks - Programming the Z80
http://ped.7gods.org/z80.pdf - Darryl Sloan - First Steps in Z80Assembly Language new
http://map.grauw.nl/sources/external/z80bits.html - various small routines
https://www.msx.org/wiki/Assembler_for_Dummies_(Z80) - excellent MSX-computer fan site - has also wiki with articles about Z80 programming