1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-12-11 18:49:16 +00:00
Experimental 65C02 machine code interpreter/emulator/disassembler.
Go to file
Radosław Kujawa 442c8dc3df Add instruction stepping test.
That was written some time ago but forgot to plug it into test suite.
2017-02-06 22:05:16 +01:00
src BIT instruction does not affect overflow flag in immediate mode. 2017-02-04 22:07:56 +01:00
test Add instruction stepping test. 2017-02-06 22:05:16 +01:00
.gitignore Ignore .DS_Store 2017-01-23 13:47:22 +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)