Expand description
An emulator for an idealised z80 CPU.
Modules§
- cpu
- Support modules for CPU emulation
- examples
- ops
- This module provides the symbolic representation of all z80 instructions
You can construct these yourself, or you can parse binaries using
zeerust::cpu::opcodes
. - z80
- This is where the emulator itself lives. All other modules simply provide support for this one.