Implement our own 8080 emulator, works but need to check AC flag, DAA instruction...
authorNick Downing <nick@ndcode.org>
Wed, 3 Dec 2025 09:03:38 +0000 (20:03 +1100)
committerNick Downing <nick@ndcode.org>
Thu, 4 Dec 2025 03:35:06 +0000 (14:35 +1100)
commit1969258bb2c530214786a35689cbc9de91e72577
tree5163edd1929f1ba6dafaec44ee8f6c270877f81e
parent125237ed104049d540f78eae7e23213a089f1c7c
Implement our own 8080 emulator, works but need to check AC flag, DAA instruction, remove Z80-only registers and interrupt handling, etc
.gitignore
.gitmodules
Makefile
cpu_8080.c [new file with mode: 0644]
cpu_8080.h [new file with mode: 0644]
cpu_z80.c
decode_8080.py [new file with mode: 0755]
doc/Optable.pdf [new file with mode: 0644]
emu_8080.c [new file with mode: 0644]
instr_8080.txt [new file with mode: 0644]
jefftranter_8080 [new submodule]