Statistics
| Branch: | Revision:

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

History | View | Annotate | Download (185 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 BREAK_1
6 d65f0831 Michael Walle
mvi r1, 1
7 d65f0831 Michael Walle
wcsr IE, r1
8 d65f0831 Michael Walle
insn:
9 d65f0831 Michael Walle
break
10 d65f0831 Michael Walle
check_excp 1
11 d65f0831 Michael Walle
12 d65f0831 Michael Walle
test_name BREAK_2
13 d65f0831 Michael Walle
mv r3, ba
14 d65f0831 Michael Walle
check_r3 insn
15 d65f0831 Michael Walle
16 d65f0831 Michael Walle
test_name BREAK_3
17 d65f0831 Michael Walle
rcsr r3, IE
18 d65f0831 Michael Walle
check_r3 4
19 d65f0831 Michael Walle
20 d65f0831 Michael Walle
end