mirror of
https://github.com/cc65/cc65.git
synced 2025-02-24 09:29:07 +00:00
crt0.s ("none" target): fix initialization of sp variable.
This commit is contained in:
parent
9229bb1f3e
commit
f0708db792
@ -9,7 +9,7 @@
|
||||
.segment "STARTUP"
|
||||
|
||||
lda #<__STACKSTART__
|
||||
lda #>__STACKSTART__
|
||||
ldx #>__STACKSTART__
|
||||
sta sp
|
||||
stx sp+1
|
||||
jsr zerobss
|
||||
|
Loading…
x
Reference in New Issue
Block a user