crt0.s ("none" target): fix initialization of sp variable.
This commit is contained in:
parent
9229bb1f3e
commit
f0708db792
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
.segment "STARTUP"
|
||||
|
||||
lda #<__STACKSTART__
|
||||
lda #>__STACKSTART__
|
||||
ldx #>__STACKSTART__
|
||||
sta sp
|
||||
stx sp+1
|
||||
jsr zerobss
|
||||
|
|
Loading…
Add table
Reference in a new issue