summaryrefslogtreecommitdiff
path: root/Source/DSPSpy/templates/if_test.tpl
blob: fd3cc824acb7b61a1560376c85369bf6c5621819 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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
lri $SR, @SR@

@CMD@
lri $IX0, #0x1337       
call send_back  
</body>
</test>