mirror of
https://github.com/romychs/z80go.git
synced 2026-04-16 08:44:20 +03:00
Z80 CPU emulator
| dis | ||
| tests | ||
| .gitignore | ||
| constants.go | ||
| cpu.go | ||
| go.mod | ||
| go.sum | ||
| helper.go | ||
| LICENSE | ||
| opcodes.go | ||
| opcodesCB.go | ||
| opcodesDDFD.go | ||
| opcodesED.go | ||
| README.md | ||
| z80go_test.go | ||
| z80go.go | ||
Z80 processor emulator and disassembler
CPU emulator pass all ZEXALL test and Fuse Z80 test suite. Undocumented instructions and flags supported.
Based on ideas of Superzazu Z80 emulator