rename "sp" to "spc", avoid conflict with 4510 opcodes
This commit is contained in:
@@ -34,8 +34,8 @@ _init: ldx #$FF ; Initialize stack pointer to $01FF
|
||||
|
||||
lda #<(__MAIN_START__ + __MAIN_SIZE__ + __STACKSIZE__)
|
||||
ldx #>(__MAIN_START__ + __MAIN_SIZE__ + __STACKSIZE__)
|
||||
sta sp
|
||||
stx sp+1
|
||||
sta spc
|
||||
stx spc+1
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
; Initialize memory storage
|
||||
|
||||
Reference in New Issue
Block a user