1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-06-28 01:29:29 +00:00
Experimental 65C02 machine code interpreter/emulator/disassembler.
Go to file
Radosław Kujawa 23802b176f Instruction set definition is now private to 65c02isa.c, has API.
Minor refactoring while here, splitting stuff.
2017-01-17 14:29:20 +01:00
src Instruction set definition is now private to 65c02isa.c, has API. 2017-01-17 14:29:20 +01:00
test When linking against static lib, the order matters. 2017-01-16 23:56:10 +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)