1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-06-01 20:41:32 +00:00
Experimental 65C02 machine code interpreter/emulator/disassembler.
Go to file
2017-01-20 23:18:25 +01:00
src Stop on unimplemented instruction. 2017-01-20 23:18:00 +01:00
test Add preliminary stack tests, test ROMs for PLA, PHA. 2017-01-20 23:18:25 +01:00
.gitignore Initial commit 2017-01-16 19:33:02 +01:00
LICENSE Initial commit 2017-01-16 19:33:02 +01:00
README.md Initial commit 2017-01-16 19:33:02 +01:00

rk65c02

65C02 code interpreter/emulator/disassembler (work in progress)