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

	start

	load r2 0xffffff80
test_zxb:
	zxb r2
	check1 r2 0x80

	load r2 0xffffff7f
test_zxb2:
	zxb r2
	check1 r2 0x7f

	exit0