diff --git a/Source/DSPSpy/templates/tstaxh_test.tpl b/Source/DSPSpy/templates/tstaxh_test.tpl new file mode 100644 index 0000000000..ea1bc61030 --- /dev/null +++ b/Source/DSPSpy/templates/tstaxh_test.tpl @@ -0,0 +1,22 @@ + +
+incdir "tests" +include "dsp_base.inc" +
+ + +lri $SR, #0x0000 +lri $ax0.h, @SR@ +tstaxh $ax0.h + +call send_back + +lri $SR, #0xffff +lri $ax0.h, @SR@ +tstaxh $ax0.h + +call send_back + + +
\ No newline at end of file