1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-11-18 21:07:00 +00:00
rk65c02/test
Radosław Kujawa 473e0e2636 Add INX, INY emulation and test cases.
Some comments while here.
2017-01-22 13:07:21 +01:00
..
Kyuafile Add emulation tests. 2017-01-19 00:21:00 +01:00
Makefile Add INX, INY emulation and test cases. 2017-01-22 13:07:21 +01:00
test_bus.c Support loading ROMs from files, adjust nop test case. 2017-01-19 00:57:09 +01:00
test_emulation_and_imm.s Add test case for immediate AND. 2017-01-20 22:04:33 +01:00
test_emulation_inx.s Add INX, INY emulation and test cases. 2017-01-22 13:07:21 +01:00
test_emulation_iny.s Add INX, INY emulation and test cases. 2017-01-22 13:07:21 +01:00
test_emulation_lda_imm.s LDA emulation tests. 2017-01-19 11:50:11 +01:00
test_emulation_lda_zp.s LDA emulation tests. 2017-01-19 11:50:11 +01:00
test_emulation_nop.s Add support for building test case ROMs with vasm. 2017-01-18 23:47:55 +01:00
test_emulation_pha.s Add preliminary stack tests, test ROMs for PLA, PHA. 2017-01-20 23:18:25 +01:00
test_emulation_pla.s Add preliminary stack tests, test ROMs for PLA, PHA. 2017-01-20 23:18:25 +01:00
test_emulation_stz_zp.s Add STZ emulation. 2017-01-21 21:46:35 +01:00
test_emulation.c Add INX, INY emulation and test cases. 2017-01-22 13:07:21 +01:00