1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-06-01 05:41:27 +00:00
Experimental 65C02 machine code interpreter/emulator/disassembler.
Go to file
Radosław Kujawa e763ca0d3a Avoid getting instruction definition again when emulating.
While here try to make program counter incrementation more universal
and flexible.
2017-01-22 11:07:19 +01:00
src Avoid getting instruction definition again when emulating. 2017-01-22 11:07:19 +01:00
test Add STZ emulation. 2017-01-21 21:46:35 +01:00
.gitignore Ignore headers generated during build and ROMs. 2017-01-21 16:03:31 +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)