Difference between revisions of "Z80 programming"

From SpecNext official Wiki
Jump to: navigation, search
(so far empty page, just to point to the collection of the small code snippets pasted on FB/discord/etc...)
 
(added link to Tomaz's ZXN Asm Developer Guide)
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Extended Z80 instruction set | Z80N instruction set - complete reference]] and [http://ped.7gods.org/Z80N_table_ClrHome.html Table form based on ClrHome.org table, with Z80N extensions]
 +
 
[[Z80:DevTuesday | "Dev Tuesday" - small snippets of Z80N assembly]]
 
[[Z80:DevTuesday | "Dev Tuesday" - small snippets of Z80N assembly]]
 +
 +
[[Z80:Tutorials | Z80N tutorials]]
 +
 +
[[Z80:Examples | Z80N examples]]
 +
 +
[https://luckyredfish.com/patricias-spectrum-next-links/ Patricia’s Spectrum Next Links] - collection of useful articles/links maintained by Patricia Curtis (pro-game-developer since 8-bit micros times)
 +
 +
[http://simon.mooli.org.uk/nextech/z80n/index.html#Zeusz Simon N Goodwin's collection] - pieces of code and knowledge, focused on on-machine development using the Zeus assembler (by Simon Brattel and Neil Mottershead). The (native) Zeus is available in the NextZXOS distribution thanks to the courtesy of Simon Brattel, and updated with few new features to be usable for Next-specific development by Simon N.
 +
 +
Tomaz's [https://github.com/tomaz/zx-next-dev-guide/releases/latest ZX Spectrum Next Assembly Developer Guide] is almost like "User manual" for Assembly developers. PDF is available for download for free and you can also buy a printed book.
 +
 +
------------------------------
 +
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.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>
 +
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 06:53, 26 January 2022

Z80N instruction set - complete reference and Table form based on ClrHome.org table, with Z80N extensions

"Dev Tuesday" - small snippets of Z80N assembly

Z80N tutorials

Z80N examples

Patricia’s Spectrum Next Links - collection of useful articles/links maintained by Patricia Curtis (pro-game-developer since 8-bit micros times)

Simon N Goodwin's collection - pieces of code and knowledge, focused on on-machine development using the Zeus assembler (by Simon Brattel and Neil Mottershead). The (native) Zeus is available in the NextZXOS distribution thanks to the courtesy of Simon Brattel, and updated with few new features to be usable for Next-specific development by Simon N.

Tomaz's ZX Spectrum Next Assembly Developer Guide is almost like "User manual" for Assembly developers. PDF is available for download for free and you can also buy a printed book.


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