old-cross-binutils/sim/testsuite/v850eq-elf/t-callt.s
Andrew Cagney f4822f1e6e More tests.
Have sld check verify that the processor is a v850eq.
1997-09-19 06:40:11 +00:00

27 lines
278 B
ArmAsm

.include "t-macros.i"
start
# Set the callt base pointer
load r1 callt_base
ldsr r1, ctbp
test_callt:
callt 2
exit47
.align 1
callt_base:
.short -1
.short -1
.short (dest - callt_base)
.short -1
.short -1
dest:
stsr ctpc, r2
check1 r2 test_callt+2
exit0