rename "sp" to "spc", avoid conflict with 4510 opcodes
This commit is contained in:
@@ -35,8 +35,8 @@ clearLoop:
|
||||
; Initialize C stack pointer
|
||||
lda #<(__RAM_START__ + __RAM_SIZE__)
|
||||
ldx #>(__RAM_START__ + __RAM_SIZE__)
|
||||
sta sp
|
||||
stx sp+1
|
||||
sta spc
|
||||
stx spc+1
|
||||
|
||||
; Call main
|
||||
jsr _main
|
||||
|
||||
Reference in New Issue
Block a user