Statistics
| Branch: | Revision:

root / tests / tcg / lm32 / test_call.S @ c09015dd

History | View | Annotate | Download (126 Bytes)

1 d65f0831 Michael Walle
.include "macros.inc"
2 d65f0831 Michael Walle
3 d65f0831 Michael Walle
start
4 d65f0831 Michael Walle
5 d65f0831 Michael Walle
test_name CALL_1
6 d65f0831 Michael Walle
load r1 mark
7 d65f0831 Michael Walle
call r1
8 d65f0831 Michael Walle
return:
9 d65f0831 Michael Walle
10 d65f0831 Michael Walle
tc_fail
11 d65f0831 Michael Walle
end
12 d65f0831 Michael Walle
13 d65f0831 Michael Walle
mark:
14 d65f0831 Michael Walle
mv r3, ra
15 d65f0831 Michael Walle
check_r3 return
16 d65f0831 Michael Walle
end