From eba5b83772c1e59c2bd5d567acab9da641003537 Mon Sep 17 00:00:00 2001 From: nakeee Date: Thu, 13 Aug 2009 16:13:49 +0000 Subject: [PATCH] tstaxh SR git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3978 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/DSPSpy/templates/tstaxh_test.tpl | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Source/DSPSpy/templates/tstaxh_test.tpl 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