1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-12-13 01:29:57 +00:00
rk65c02/src
2017-01-24 22:18:02 +01:00
..
65c02isa.awk BSD/OS X awk does not like hexadecimal constants. 2017-01-23 13:41:31 +01:00
65c02isa.csv Correct wrong ORA indirect zero page X size. 2017-01-24 16:36:39 +01:00
bus.c
bus.h
emulation.awk
emulation.c Add ROL and ROR emulation. Too old to ror and to rol! 2017-01-23 15:25:32 +01:00
instruction.c Fix missing breaks in indirect zero page handling switch. 2017-01-24 22:18:02 +01:00
instruction.h BBRx and BBSx instructions have zero page relative addressing. 2017-01-23 12:17:06 +01:00
Makefile
rk65c02.c Add emulation of PHP, PLP instructions and test cases for them. 2017-01-22 23:01:24 +01:00
rk65c02.h
rk65c02cli.c