Releases: skx/z80retroshield
Releases · skx/z80retroshield
0.2.0
This release updates the library to include a significant new example, a BASIC interpreter written in Z80 assembly language!
The BASIC example contains an overview describing how it works, and how you can rebuild the assembly-language source files yourself if you wish to make changes, improvements and bugfixes.
0.1.0
0.0.2
This is the first 100% complete and functional release of the library, complete with examples.
- Memory reading works as expected.
- Memory writing works as expected.
- I/O reads work as expected.
- I/O writes work as expected.
The included sample programs all work as expected, and demonstrate these features.