Add return 0 at the end of excution.

This commit is contained in:
unlockable
2024-05-04 10:31:11 +08:00
parent 19d88bfaa9
commit d337b65362
5 changed files with 5 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ main:
move $a0, $v0 # print out
li $v0, 1
syscall
li $a0, 0
li $v0, 17
syscall