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

16 lines
141 B
ArmAsm
Raw Normal View History

1997-09-17 03:31:09 +00:00
.include "t-macros.i"
start
load r2 0x80
test_sxb:
sxb r2
check r2 0xffffff80
load r2 0x7f
test_sxb2:
sxb r2
check r2 0x7f
exit0