1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-09-30 02:57:54 +00:00
rk65c02/src
2017-02-13 21:54:10 +01:00
..
65c02isa.awk
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
emulation.awk
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 Enable GDB-specific debug symbols. 2017-02-02 16:22:53 +01:00
rk65c02.c Add emulation of WAI instruction. 2017-02-09 21:53:45 +01:00
rk65c02.h Add emulation of WAI instruction. 2017-02-09 21:53:45 +01:00
rk65c02cli.c