1
0
mirror of https://github.com/dolphin-emu/dolphin synced 2024-07-06 02:08:47 +00:00

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:
nakeee 2009-06-29 17:09:43 +00:00
parent ffcf440e88
commit 63547535a1

View File

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