-
Notifications
You must be signed in to change notification settings - Fork 0
Home
KaiserKatze edited this page Jul 27, 2019
·
20 revisions
.data
message: .asciiz "Hello, World!"
.text
main:
li $v0, 4
la $a0, message
syscall
li $v0, 10
syscall
Copyright © 2016-2021 KaiserKatze. All rights reserved.