rename "sp" to "spc", avoid conflict with 4510 opcodes
This commit is contained in:
@@ -5,17 +5,17 @@
|
||||
;
|
||||
|
||||
.export ldau00sp, ldau0ysp
|
||||
.importzp sp, ptr1
|
||||
.importzp spc, ptr1
|
||||
|
||||
.macpack cpu
|
||||
|
||||
ldau00sp:
|
||||
ldy #1
|
||||
ldau0ysp:
|
||||
lda (sp),y
|
||||
lda (spc),y
|
||||
sta ptr1+1
|
||||
dey
|
||||
lda (sp),y
|
||||
lda (spc),y
|
||||
sta ptr1
|
||||
ldx #0
|
||||
.if (.cpu .bitand CPU_ISET_65SC02)
|
||||
|
||||
Reference in New Issue
Block a user