1
0
mirror of https://github.com/dolphin-emu/dolphin synced 2024-07-06 02:08:47 +00:00
dolphin-emulator/Source/DSPSpy/templates/if_test.tpl
nakeee 6dd8e13338 typo
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3308 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-06-01 17:31:38 +00:00

15 lines
276 B
Smarty

<test name="@CMD@ test" type="srfull"
description="This test checks the effect of various SR flags over @CMD@">
<header>
incdir "tests"
include "dsp_base.inc"
</header>
<body>
lri $IX0, #0x0000
lri $SR, @SR@
@CMD@
lri $IX0, #0x1337
call send_back
</body>
</test>