Statistics
| Branch: | Revision:

root / tests / lm32 / test_ret.S @ d65f0831

History | View | Annotate | Download (95 Bytes)

1
.include "macros.inc"
2

    
3
start
4

    
5
test_name RET_1
6
load ra mark
7
ret
8

    
9
tc_fail
10
end
11

    
12
mark:
13
tc_pass
14
end