.
This commit is contained in:
9
bac1/q2/fonctio/tp2/spim-print-str.s
Normal file
9
bac1/q2/fonctio/tp2/spim-print-str.s
Normal file
@ -0,0 +1,9 @@
|
||||
.data
|
||||
mystr: .asciiz "The answer to live, universe and everything else is.... 42"
|
||||
|
||||
.text
|
||||
main:
|
||||
la $a0, mystr
|
||||
li $v0, 4
|
||||
syscall
|
||||
jr $ra
|
Reference in New Issue
Block a user