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
c87d6b9a1d2ed2329ea1d08c6fc1c20f90c89ade
c87d6b9a1d2ed2329ea1d08c6fc1c20f90c89ade
Switch branch/tag
nolimips
tests
solve
data-label-already-defined.s
Find file
Normal view
History
Permalink
data-label-already-defined.s
96 Bytes
Newer
Older
2005-09-03 Benoît Perrot <benoit@lrde.epita.fr>
Benoit Perrot
committed
Sep 03, 2005
1
2
3
4
5
6
7
8
9
10
11
12
.
data
foo
:
.
asciiz
"bar"
foo
:
.
asciiz
"baz"
.
text
main
:
li
$a0
,
0
li
$v0
,
10
syscall