summaryrefslogtreecommitdiff
path: root/sim/testsuite/d10v-elf/t-ae-ld2w-id.s
blob: 906b2a0836e5635292906ddb39536e3f9f485a63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.include "t-macros.i"

	start

	PSW_BITS = 0
	point_dmap_at_imem
	check_interrupt (VEC_AE&DMAP_MASK)+DMAP_BASE PSW_BITS test_ld2w
	
	ldi r10, #0x4001
	ld2w r8,@(1,r10)
test_ld2w:
	ld2w r8,@(2,r10)
	nop
	exit47