Skip to content

Tags: stillinbeta/zeerust

Tags

v0.2.1

Toggle v0.2.1's commit message
Expose RegIndirect for 16-bit registers

v0.2.0

Toggle v0.2.0's commit message
Adds a number of improvements for using Zeerust as a crate

* Examples are now machine readable through the `examples` module
* Add `step()` function to execute a single step, storing the program counter
* Z80 struct no longer has a lifetime, as it owns its attached peripherals
* Added a dedicated function for parsing an opcode / machine instruction

v0.1.1

Toggle v0.1.1's commit message
Small documentation updates