mirror of
https://github.com/cc65/cc65.git
synced 2025-08-05 17:25:17 +00:00
crt0.s ("none" target): fix initialization of sp variable.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
.segment "STARTUP"
|
||||
|
||||
lda #<__STACKSTART__
|
||||
lda #>__STACKSTART__
|
||||
ldx #>__STACKSTART__
|
||||
sta sp
|
||||
stx sp+1
|
||||
jsr zerobss
|
||||
|
Reference in New Issue
Block a user