mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01:00
tstaxh SR
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3978 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
c0bb42ae43
commit
eba5b83772
22
Source/DSPSpy/templates/tstaxh_test.tpl
Normal file
22
Source/DSPSpy/templates/tstaxh_test.tpl
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<test name="tstaxh test" type="srfull"
|
||||||
|
description="This test checks the effect of various ax0.h values over tstaxh">
|
||||||
|
<header>
|
||||||
|
incdir "tests"
|
||||||
|
include "dsp_base.inc"
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
lri $SR, #0x0000
|
||||||
|
lri $ax0.h, @SR@
|
||||||
|
tstaxh $ax0.h
|
||||||
|
|
||||||
|
call send_back
|
||||||
|
|
||||||
|
lri $SR, #0xffff
|
||||||
|
lri $ax0.h, @SR@
|
||||||
|
tstaxh $ax0.h
|
||||||
|
|
||||||
|
call send_back
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</test>
|
Loading…
x
Reference in New Issue
Block a user