Fix wrong stack pointer

This commit is contained in:
unlockable
2024-07-13 22:37:55 +08:00
parent b21c6b34ae
commit 0c92cfff3d

View File

@@ -1,7 +1,7 @@
.text
#initialize $sp
lui $sp, 0x4000
addi $sp, $sp, 0x7ff
addi $sp, $sp, 0x7fc
# load digit to mem
lui $s0, 0x4000