1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-06-28 16:29:43 +00:00
Experimental 65C02 machine code interpreter/emulator/disassembler.
Go to file
Radosław Kujawa 3bcc7bb096 Introduce instruction-independent status adjustment functions.
For now only for negative and zero. Also use them in LDA emulation.
2017-01-20 10:25:19 +01:00
src Introduce instruction-independent status adjustment functions. 2017-01-20 10:25:19 +01:00
test LDA emulation tests. 2017-01-19 11:50:11 +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)