old-cross-binutils/sim/testsuite/v850eq-elf/t-zxh.s

16 lines
153 B
ArmAsm
Raw Normal View History

1997-09-17 03:31:09 +00:00
.include "t-macros.i"
start
load r2 0xffff8000
test_zxh:
zxh r2
1997-09-17 05:27:56 +00:00
check1 r2 0x8000
1997-09-17 03:31:09 +00:00
load r2 0xffff7fff
test_zxh2:
zxh r2
1997-09-17 05:27:56 +00:00
check1 r2 0x7fff
1997-09-17 03:31:09 +00:00
exit0