]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/testsuite/d10v-elf/t-ae-st2w-im.s
This commit was manufactured by cvs2svn to create branch
[thirdparty/binutils-gdb.git] / sim / testsuite / d10v-elf / t-ae-st2w-im.s
CommitLineData
c3f6f71d
JM
1.include "t-macros.i"
2
3 start
4
5 PSW_BITS = 0
6 point_dmap_at_imem
7 check_interrupt (VEC_AE&DMAP_MASK)+DMAP_BASE PSW_BITS test_st2w
8
9 ldi r10, #0x4000
10 st2w r8, @r10-
11
12 ldi r10, #0x4001
13test_st2w:
14 st2w r8,@r10-
15 nop
16 exit47