aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/v850eq-elf/t-zxh.s
blob: 512472e17872f7460a07208e2b6d2016ccda2482 (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
	check r2 0x80

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

	exit0