2009-05-31 20:12:39 +00:00
|
|
|
<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
|
2009-06-01 17:31:38 +00:00
|
|
|
lri $SR, @SR@
|
2009-05-31 20:12:39 +00:00
|
|
|
|
|
|
|
@CMD@
|
|
|
|
lri $IX0, #0x1337
|
|
|
|
call send_back
|
|
|
|
</body>
|
|
|
|
</test>
|