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

	start

	load r2 0xffff8000
test_zxh:
	zxh r2
	check1 r2 0x8000

	load r2 0xffff7fff
test_zxh2:
	zxh r2
	check1 r2 0x7fff

	exit0