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