mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
15 lines
275 B
Smarty
15 lines
275 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>
|