Fix initial stack pointer
This commit is contained in:
parent
f8586a3fb0
commit
edf167ff2b
@ -1,7 +1,7 @@
|
|||||||
.global _start
|
.global _start
|
||||||
_start:
|
_start:
|
||||||
set sp, 0
|
set sp, 0
|
||||||
seth sp, 0x01
|
seth sp, 0x11
|
||||||
set r2, main
|
set r2, main
|
||||||
nop
|
nop
|
||||||
set r3, 2
|
set r3, 2
|
||||||
|
Loading…
Reference in New Issue
Block a user