mirror of
https://github.com/dolphin-emu/dolphin
synced 2024-11-04 20:43:44 -05:00
63547535a1
@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
17 lines
282 B
Smarty
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> |