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
Martin Pepin
sysdig
Commits
856313cd
Commit
856313cd
authored
Jan 17, 2017
by
Noémie Fong
Browse files
Add test for strings
parent
c17b71e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/asm/strings.s
0 → 100644
View file @
856313cd
.
text
main
:
la
$a0
,
hello
li
$v0
,
1
syscall
la
$a0
,
world
li
$v0
,
1
syscall
la
$a0
,
hello
li
$v0
,
1
syscall
la
$a0
,
hello
addi
$a0
,
8
li
$v0
,
1
syscall
end
:
li
$v0
,
10
syscall
.
data
hello
:
.
asciiz
"Hello"
world
:
.
asciiz
"World\n"
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