1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-06-20 05:29:32 +00:00
Experimental 65C02 machine code interpreter/emulator/disassembler.
Go to file
Radosław Kujawa 8de5574aab Handle accessing bus in zero page relative mode just as in zero page.
It should make things less awkward and still work fine, as the only
instructions using this mode are BBS and BBR. These only use first
operand as the address in zero page to read data from.
2017-02-13 18:37:14 +01:00
src Handle accessing bus in zero page relative mode just as in zero page. 2017-02-13 18:37:14 +01:00
test Add test case for SBC in decimal mode. 2017-02-12 23:28:06 +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 Neat logo. 2017-02-09 22:25:38 +01:00

rk65c02

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

rk65c02 logo