Fix wrong stack pointer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user