A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
10
Task/Hello-world-Text/MIPS-Assembly/hello-world-text.mips
Normal file
10
Task/Hello-world-Text/MIPS-Assembly/hello-world-text.mips
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.data
|
||||
hello: .asciiz "Goodbye, World!"
|
||||
|
||||
.text
|
||||
main:
|
||||
la $a0, hello
|
||||
li $v0, 4
|
||||
syscall
|
||||
li $v0, 10
|
||||
syscall
|
||||
Loading…
Add table
Add a link
Reference in a new issue