aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/d10v/t-ae-st2w-is.s
blob: 190ab4223a02ac52564bfd714271284603eb80d8 (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_st2w

	ldi sp, #0x4004
	st2w r8, @-SP

	ldi sp, #0x4005
test_st2w:
	st2w r8,@-SP
	nop
	exit47