dolphin/Source/DSPSpy/templates/tst_test.tpl

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
282 B
Smarty
Raw Normal View History

<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>