1
0
mirror of https://github.com/dolphin-emu/dolphin synced 2024-07-06 02:08:47 +00:00
dolphin-emulator/Source/DSPSpy/templates/tst_test.tpl
nakeee 63547535a1 Test for testing the acc effect on SR flags
@cmd@ should be either l h or m @sr@ should be the values like in the other tests
Todo some cleanup


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3598 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-06-29 17:09:43 +00:00

17 lines
282 B
Smarty

<test name="acc-16 test" type="srfull"
description="This test checks the effect of various ACC values over tst on acc0">
<header>
incdir "tests"
include "dsp_base.inc"
</header>
<body>
lri $SR, #0x0000
clr $acc0
lri $ac0.@CMD@ @SR@
tst $acc0
call send_back
</body>
</test>