1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

crt0.s ("none" target): fix initialization of sp variable.

This commit is contained in:
Christian Groessler 2018-01-11 13:15:19 +01:00
parent 9229bb1f3e
commit f0708db792

View File

@ -9,7 +9,7 @@
.segment "STARTUP"
lda #<__STACKSTART__
lda #>__STACKSTART__
ldx #>__STACKSTART__
sta sp
stx sp+1
jsr zerobss