summaryrefslogtreecommitdiff
path: root/sim/testsuite/d10v-elf/t-ae-st-id.s
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>2000-01-06 03:06:33 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>2000-01-06 03:06:33 +0000
commitd46d93ef2fc2cea35e83d67daed2eb39e992dace (patch)
tree8c768d257f26d10e8aa68a079c9c52be7208c3a0 /sim/testsuite/d10v-elf/t-ae-st-id.s
parent2800c5dc333169fb3e1d2bed6f96912ec8cf982c (diff)
downloadgdb-d46d93ef2fc2cea35e83d67daed2eb39e992dace.tar.gz
import gdb-2000-01-05 snapshotgdb-2000-01-05
Diffstat (limited to 'sim/testsuite/d10v-elf/t-ae-st-id.s')
-rw-r--r--sim/testsuite/d10v-elf/t-ae-st-id.s14
1 files changed, 14 insertions, 0 deletions
diff --git a/sim/testsuite/d10v-elf/t-ae-st-id.s b/sim/testsuite/d10v-elf/t-ae-st-id.s
new file mode 100644
index 00000000000..4caa1b4fafc
--- /dev/null
+++ b/sim/testsuite/d10v-elf/t-ae-st-id.s
@@ -0,0 +1,14 @@
+.include "t-macros.i"
+
+ start
+
+ PSW_BITS = 0
+ point_dmap_at_imem
+ check_interrupt (VEC_AE&DMAP_MASK)+DMAP_BASE PSW_BITS test_st
+
+ ldi r10,#0x4001
+ st r8, @(1,r10)
+test_st:
+ st r8,@(2,r10)
+ nop
+ exit47