crt0.s ("none" target): fix initialization of sp variable.
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
.segment "STARTUP"
|
.segment "STARTUP"
|
||||||
|
|
||||||
lda #<__STACKSTART__
|
lda #<__STACKSTART__
|
||||||
lda #>__STACKSTART__
|
ldx #>__STACKSTART__
|
||||||
sta sp
|
sta sp
|
||||||
stx sp+1
|
stx sp+1
|
||||||
jsr zerobss
|
jsr zerobss
|
||||||
|
|||||||
Reference in New Issue
Block a user