Statistics
| Branch: | Revision:

root / tests / lm32 / test_b.S @ d65f0831

History | View | Annotate | Download (93 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 B_1
6 d65f0831 Michael Walle
load r1 jump
7 d65f0831 Michael Walle
b r1
8 d65f0831 Michael Walle
tc_fail
9 d65f0831 Michael Walle
end
10 d65f0831 Michael Walle
11 d65f0831 Michael Walle
jump:
12 d65f0831 Michael Walle
tc_pass
13 d65f0831 Michael Walle
end