diff options
Diffstat (limited to 'sim/testsuite/d10v-elf/t-ae-st-d.s')
-rw-r--r-- | sim/testsuite/d10v-elf/t-ae-st-d.s | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sim/testsuite/d10v-elf/t-ae-st-d.s b/sim/testsuite/d10v-elf/t-ae-st-d.s new file mode 100644 index 00000000000..1f0edd87f25 --- /dev/null +++ b/sim/testsuite/d10v-elf/t-ae-st-d.s @@ -0,0 +1,13 @@ +.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 |