rename "sp" to "spc", avoid conflict with 4510 opcodes
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
|
||||
.export bpushbsp, bpushbysp
|
||||
.import pusha
|
||||
.importzp sp
|
||||
.importzp spc
|
||||
|
||||
bpushbsp:
|
||||
ldy #0
|
||||
bpushbysp:
|
||||
lda (sp),y
|
||||
lda (spc),y
|
||||
jmp pusha
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user