aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/v850eq-elf/t-ldsr.s
blob: 41b77204e5838abaf1de4ec8e63afa7ddb1c3733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.include "t-macros.i"

	start

	# check that a ldsr/stsr instruction clears reserved bits
	mov -1, r1
	ldsr r1, psw
	stsr psw, r2
	sub r1, r2
	be bad
	exit0
bad:	
	exit47