dolphin/Source/DSPSpy/tests
Pokechu22 c34a738b4c DSPSpy: Add missing jumps to end_of_test
Without this, execution continues beyond the end of the function, into the great unknown (probably eventually falling into either code left from a previous test, or the start of the DSP ROM). end_of_test is just an infinite loop to stop executing until the DSP is reset.
2022-05-23 19:36:47 -07:00
..
accelerator_loop_test.ds DSPSpy: Require user to specify a test_main label 2021-08-22 10:49:46 -07:00
accelerator_test.ds DSPSpy: Require user to specify a test_main label 2021-08-22 10:49:46 -07:00
andc_ls_test.ds DSPSpy: Require user to specify a test_main label 2021-08-22 10:49:46 -07:00
arith_test.ds DSPSpy: Add missing jumps to end_of_test 2022-05-23 19:36:47 -07:00
cond_test.ds DSPSpy: Replace less_test with cond_test 2021-08-22 17:07:41 -07:00
cr_test.ds DSPSpy: Require user to specify a test_main label 2021-08-22 10:49:46 -07:00
dr_test.ds DSPSpy: Require user to specify a test_main label 2021-08-22 10:49:46 -07:00
dsp_base.inc DSPSpy: Split main dsp_base logic from interrupt handlers 2021-08-21 20:10:42 -07:00
dsp_base_noirq.inc DSPSpy: Require user to specify a test_main label 2021-08-22 10:49:46 -07:00
dsp_test.ds DSPSpy: Require user to specify a test_main label 2021-08-22 10:49:46 -07:00
ir_test.ds DSPSpy: Require user to specify a test_main label 2021-08-22 10:49:46 -07:00
ld_test.ds DSPSpy: Add missing jumps to end_of_test 2022-05-23 19:36:47 -07:00
mul_test.ds DSPSpy: Require user to specify a test_main label 2021-08-22 10:49:46 -07:00
neg_test.ds DSPSpy: Add missing jumps to end_of_test 2022-05-23 19:36:47 -07:00
op_test.ds DSPSpy: Require user to specify a test_main label 2021-08-22 10:49:46 -07:00
reg_mask_test.ds DSPSpy: Require user to specify a test_main label 2021-08-22 10:49:46 -07:00
rti_test.ds DSPLLE: Implement conditional variants of RTI 2021-08-22 10:49:46 -07:00
srs_test.ds DSPLLE: Split SRS into SRS and SRSH 2021-08-22 10:49:46 -07:00
unk_regs_test.ds DSPSpy: Require user to specify a test_main label 2021-08-22 10:49:46 -07:00