1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-06-26 04:29:27 +00:00
rk65c02/test
2017-01-22 23:01:24 +01:00
..
Kyuafile Add emulation tests. 2017-01-19 00:21:00 +01:00
Makefile Add emulation of PHP, PLP instructions and test cases for them. 2017-01-22 23:01:24 +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_clc.s Implement CLC, SEC and test for them. 2017-01-22 13:50:04 +01:00
test_emulation_dex.s Add DEX, DEY emulation and test cases for them. 2017-01-22 22:35:50 +01:00
test_emulation_dey.s Add DEX, DEY emulation and test cases for them. 2017-01-22 22:35:50 +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_php.s Add emulation of PHP, PLP instructions and test cases for them. 2017-01-22 23:01:24 +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_plp.s Add emulation of PHP, PLP instructions and test cases for them. 2017-01-22 23:01:24 +01:00
test_emulation_sec.s Implement CLC, SEC and test for them. 2017-01-22 13:50:04 +01:00
test_emulation_stz_zp.s Add STZ emulation. 2017-01-21 21:46:35 +01:00
test_emulation.c Add emulation of PHP, PLP instructions and test cases for them. 2017-01-22 23:01:24 +01:00