test #2674
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
|
||||
.export bpushbsp, bpushbysp
|
||||
.import pusha
|
||||
.importzp sp
|
||||
.importzp c_sp
|
||||
|
||||
bpushbsp:
|
||||
ldy #0
|
||||
bpushbysp:
|
||||
lda (sp),y
|
||||
lda (c_sp),y
|
||||
jmp pusha
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user