Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tiger
nolimips
Commits
c61c5454
Commit
c61c5454
authored
Aug 13, 2003
by
Benoit Perrot
Browse files
Look for $a0 as argument of exit syscall.
parent
89f70ab6
Changes
23
Hide whitespace changes
Inline
Side-by-side
tests/syntax/asciiz-wrong-param.s
View file @
c61c5454
...
...
@@ -4,6 +4,7 @@ msg:
.
text
main
:
li
$a0
,
0
li
$v0
,
10
syscall
\ No newline at end of file
tests/syntax/too-many-operands.s
View file @
c61c5454
.
text
main
:
add
$t0
,
$t1
,
$t2
,
$t3
,
$t4
li
$a0
,
0
li
$v0
,
10
syscall
tests/unlimited/simple-exp.s
View file @
c61c5454
...
...
@@ -22,6 +22,7 @@ main:
li
$v0
,
4
syscall
li
$a0
,
0
li
$v0
,
10
syscall
\ No newline at end of file
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment