dolphin/Source/DSPSpy/tests
luigi2us 56d55f2d22 DSPSpy: added a test for opcode 0x3D80.
Ran this test on my Wii, with AC0.M = 0x0004 and AC1.M = 0x1234
Result: AC1.M = 0x2340 
This opcode is NOT andc'ls. It left-shifts ACC1 by value in ACC0.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3796 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-07-15 10:09:48 +00:00
..
andc_ls_test.ds DSPSpy: added a test for opcode 0x3D80. 2009-07-15 10:09:48 +00:00
arith_test.ds Waiting for someone to run it:) 2009-06-29 20:31:41 +00:00
dr_test.ds dsp: renamed R09 to WR1 in some tests, removed unused code in DSPTables.cpp, added showing of origin file in dspspy (please fix if [runningUcode - 1] is wrong) 2009-06-13 04:55:58 +00:00
dsp_base.inc DSP: update base test to match new register naming. add mul test. 2009-05-02 13:19:20 +00:00
dsp_test.ds Fixed building of DSPSpy 2009-05-01 16:23:41 +00:00
ir_test.ds dsp: renamed R09 to WR1 in some tests, removed unused code in DSPTables.cpp, added showing of origin file in dspspy (please fix if [runningUcode - 1] is wrong) 2009-06-13 04:55:58 +00:00
mul_test.ds DSP: heavily extend mul test. Seems that only MULX* family instructions support unsigned operation. 2009-05-02 21:43:38 +00:00
neg_test.ds fixed neg and added arith test 2009-05-02 22:47:13 +00:00
op_test.ds Unknown DSP opcode 0x02ca tested and figured out. 2009-06-21 11:46:27 +00:00
unk_regs_test.ds Add a basic test that reads unknown regs (0xFF8X). 2009-06-15 17:00:32 +00:00