Statistics
| Branch: | Revision:

root / tests / lm32 / test_bi.S @ d65f0831

History | View | Annotate | Download (148 Bytes)

1
.include "macros.inc"
2

    
3
start
4

    
5
test_name BI_1
6
bi jump
7
tc_fail
8
end
9

    
10
jump_back:
11
tc_pass
12
end
13

    
14
jump:
15
tc_pass
16

    
17
test_name BI_2
18
bi jump_back
19
tc_fail
20

    
21
end
22

    
23