Add my Z80 emulator, can compile but not run (all instructions trapped)
authorNick Downing <nick@ndcode.org>
Thu, 21 Jul 2022 10:11:51 +0000 (20:11 +1000)
committerNick Downing <nick@ndcode.org>
Thu, 21 Jul 2022 10:14:35 +0000 (20:14 +1000)
commit1d8f86786fe433d5c501bc0533d6e4a3b5012bfe
tree1654eed5072c6101d5c2f8e31e2ae310b1b37c60
parentaf399e8c0cb16d713538b1c436e46723c7d61eaa
Add my Z80 emulator, can compile but not run (all instructions trapped)
Makefile
cpu_65c02.c
cpu_65c02.h
cpu_z80.c [new file with mode: 0644]
cpu_z80.h [new file with mode: 0644]
decode_65c02.py
decode_65c02.sed [new file with mode: 0644]
decode_z80.py [new file with mode: 0755]
decode_z80.sed [new file with mode: 0644]
emu_65c02.c
emu_z80.c