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
This commit is contained in:
parent
ffcf440e88
commit
63547535a1
|
@ -0,0 +1,17 @@
|
||||||
|
<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>
|
Loading…
Reference in New Issue