summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/d10v/t-ae-st-d.s
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/sim/d10v/t-ae-st-d.s')
-rw-r--r--sim/testsuite/sim/d10v/t-ae-st-d.s17
1 files changed, 17 insertions, 0 deletions
diff --git a/sim/testsuite/sim/d10v/t-ae-st-d.s b/sim/testsuite/sim/d10v/t-ae-st-d.s
new file mode 100644
index 00000000000..99bd724b5d1
--- /dev/null
+++ b/sim/testsuite/sim/d10v/t-ae-st-d.s
@@ -0,0 +1,17 @@
+# mach: all
+# output:
+# sim: --environment operating
+
+.include "t-macros.i"
+
+ start
+
+ PSW_BITS = 0
+ point_dmap_at_imem
+ check_interrupt (VEC_AE&DMAP_MASK)+DMAP_BASE PSW_BITS test_st
+
+ st r8,@0x4000
+test_st:
+ st r8,@0x4001
+ nop
+ exit47