repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix typo in comment (relevent -> relevant)
[qemu/ar7.git]
/
tests
/
lm32
/
test_scall.S
blob
b442e32374d12de479ee79e8ba909d2c914ca31f
1
.include "macros.inc"
2
3
start
4
5
test_name SCALL_1
6
mvi r1, 1
7
wcsr IE, r1
8
insn:
9
scall
10
check_excp 64
11
12
test_name SCALL_2
13
mv r3, ea
14
check_r3 insn
15
16
test_name SCALL_3
17
rcsr r3, IE
18
check_r3 2
19
20
end