From 63547535a119a0e962a92774f746be4320ac8ac2 Mon Sep 17 00:00:00 2001 From: nakeee Date: Mon, 29 Jun 2009 17:09:43 +0000 Subject: [PATCH] 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 --- Source/DSPSpy/templates/tst_test.tpl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Source/DSPSpy/templates/tst_test.tpl diff --git a/Source/DSPSpy/templates/tst_test.tpl b/Source/DSPSpy/templates/tst_test.tpl new file mode 100644 index 0000000000..aa696b7ec8 --- /dev/null +++ b/Source/DSPSpy/templates/tst_test.tpl @@ -0,0 +1,17 @@ + +
+incdir "tests" +include "dsp_base.inc" +
+ + +lri $SR, #0x0000 +clr $acc0 +lri $ac0.@CMD@ @SR@ +tst $acc0 + +call send_back + + +
\ No newline at end of file