summaryrefslogtreecommitdiff
path: root/sim/testsuite/d10v-elf/t-ae-ld-im.s
blob: 08e2ba6d38e3bc1e115381ad565b966c697a89c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.include "t-macros.i"

	start

	PSW_BITS = 0
	point_dmap_at_imem
	check_interrupt (VEC_AE&DMAP_MASK)+DMAP_BASE PSW_BITS test_ld
	
	ldi r10, #0x4000
	ld r8, @r10-

	ldi r10, #0x4001
test_ld:
	ld r8,@r10-
	nop
	exit47