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

16 lines
149 B
ArmAsm
Raw Normal View History

1997-09-17 03:31:09 +00:00
.include "t-macros.i"
start
load r2 0x8000
test_sxh:
sxh r2
check1 r2 0xffff8000
load r2 0x7fff
test_sxh2:
sxh r2
check1 r2 0x7fff
exit0