Statistics
| Branch: | Revision:

root / tests / lm32 / test_scall.S @ d65f0831

History | View | Annotate | Download (186 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 SCALL_1
6 d65f0831 Michael Walle
mvi r1, 1
7 d65f0831 Michael Walle
wcsr IE, r1
8 d65f0831 Michael Walle
insn:
9 d65f0831 Michael Walle
scall
10 d65f0831 Michael Walle
check_excp 64
11 d65f0831 Michael Walle
12 d65f0831 Michael Walle
test_name SCALL_2
13 d65f0831 Michael Walle
mv r3, ea
14 d65f0831 Michael Walle
check_r3 insn
15 d65f0831 Michael Walle
16 d65f0831 Michael Walle
test_name SCALL_3
17 d65f0831 Michael Walle
rcsr r3, IE
18 d65f0831 Michael Walle
check_r3 2
19 d65f0831 Michael Walle
20 d65f0831 Michael Walle
end