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 9c88afae2a BBRx and BBSx instructions have zero page relative addressing.
Add zero page relative as a separate addressing type and adjust
opcode definitions for these two type of opcodes.
2017-01-23 12:17:06 +01:00
src BBRx and BBSx instructions have zero page relative addressing. 2017-01-23 12:17:06 +01:00
test Add test for LDA with absolute addressing. 2017-01-23 10:28:44 +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)