1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-12-13 01:29:57 +00:00
rk65c02/src
2017-01-27 22:28:33 +01:00
..
65c02isa.awk There's one more field in that generated header. Adjust. 2017-01-27 22:27:30 +01:00
65c02isa.csv Implement (partial) JMP emulation and basic test for it. 2017-01-27 22:28:33 +01:00
bus.c Add commented out debug message. 2017-01-25 10:09:38 +01:00
bus.h Support loading ROMs from files, adjust nop test case. 2017-01-19 00:57:09 +01:00
emulation.awk Avoid getting instruction definition again when emulating. 2017-01-22 11:07:19 +01:00
emulation.c Implement (partial) JMP emulation and basic test for it. 2017-01-27 22:28:33 +01:00
instruction.c Branch and jump instrucitons need special PC treatment. 2017-01-27 20:43:08 +01:00
instruction.h Branch and jump instrucitons need special PC treatment. 2017-01-27 20:43:08 +01:00
Makefile Fix dependencies for static lib building. 2017-01-21 21:41:19 +01:00
rk65c02.c Also print program counter when dumping regs. 2017-01-27 22:28:09 +01:00
rk65c02.h Add function to dump registers state onto stdout. 2017-01-27 11:27:14 +01:00
rk65c02cli.c Add CLI skeleton. 2017-01-19 23:49:27 +01:00