1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-12-11 18:49:16 +00:00
rk65c02/src
2017-01-20 10:41:56 +01:00
..
65c02isa.awk Prepare structures for adding emulation of instructions. 2017-01-18 15:45:28 +01:00
65c02isa.csv Implement AND emulation and test. 2017-01-20 10:41:56 +01:00
bus.c Support loading ROMs from files, adjust nop test case. 2017-01-19 00:57:09 +01:00
bus.h Support loading ROMs from files, adjust nop test case. 2017-01-19 00:57:09 +01:00
emulation.c Implement AND emulation and test. 2017-01-20 10:41:56 +01:00
emulation.h Implement AND emulation and test. 2017-01-20 10:41:56 +01:00
instruction.c Introduce instruction-independent status adjustment functions. 2017-01-20 10:25:19 +01:00
instruction.h Introduce instruction-independent status adjustment functions. 2017-01-20 10:25:19 +01:00
Makefile Add CLI skeleton. 2017-01-19 23:49:27 +01:00
rk65c02.c Clean up. 2017-01-20 09:11:22 +01:00
rk65c02.h Implement status flags for LDA emulation. 2017-01-20 09:11:34 +01:00
rk65c02cli.c Add CLI skeleton. 2017-01-19 23:49:27 +01:00