1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-06-26 19:29:33 +00:00
rk65c02/src
2017-02-15 19:56:22 +01:00
..
65c02isa.awk There's one more field in that generated header. Adjust. 2017-01-27 22:27:30 +01:00
65c02isa.csv RMB1 instruction is 2 byte long (opcode + one operand). 2017-02-13 21:54:10 +01:00
bus.c Fix bus space array indexing. Makes bus loading from buffer work. 2017-02-02 14:43:02 +01:00
bus.h Add ability to load things onto bus from buffer. 2017-02-02 12:06:41 +01:00
debug.c Report failure when malloc errors. 2017-02-15 19:55:15 +01:00
debug.h Add missing prototype of debug_breakpoint_remove to include file. 2017-02-15 19:55:48 +01:00
emulation.awk Avoid getting instruction definition again when emulating. 2017-01-22 11:07:19 +01:00
emulation.c Unbreak BBR and BBS - they access zero page, don't act like immediate. 2017-02-13 18:39:51 +01:00
instruction.c Handle accessing bus in zero page relative mode just as in zero page. 2017-02-13 18:37:14 +01:00
instruction.h Add simplified assemble_single_implied for implied addressing mode. 2017-02-12 21:54:07 +01:00
Makefile Add breakpoints. 2017-02-14 11:17:40 +01:00
rk65c02.c The rk65c02_exec should return immediately after hitting breakpoint. 2017-02-15 19:56:22 +01:00
rk65c02.h Add breakpoints. 2017-02-14 11:17:40 +01:00
rk65c02cli.c Add CLI skeleton. 2017-01-19 23:49:27 +01:00