Statistics
| Branch: | Revision:

root / tests / lm32 / test_ret.S @ d65f0831

History | View | Annotate | Download (95 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 RET_1
6 d65f0831 Michael Walle
load ra mark
7 d65f0831 Michael Walle
ret
8 d65f0831 Michael Walle
9 d65f0831 Michael Walle
tc_fail
10 d65f0831 Michael Walle
end
11 d65f0831 Michael Walle
12 d65f0831 Michael Walle
mark:
13 d65f0831 Michael Walle
tc_pass
14 d65f0831 Michael Walle
end