aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/d10v/t-ae-st-ip.s
blob: 78d9a1d79940206229971dd2f26ee08d8f4db80e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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

	ldi r10,#0x4000
	st r8, @r10+

	ldi r10,#0x4001
test_st:
	st r8,@r10+
	nop
	exit47