aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/d10v/t-ae-ld2w-d.s
blob: 1c81594f7ab210126bb2f2d7c9eb3e8ddfaf6a09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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_ld2w

	ld2w r8,@0x4000
test_ld2w:
	ld2w r8,@0x4001
	nop
	exit47