test #2674
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
|
||||
.export pushbsp, pushbysp
|
||||
.import pusha0
|
||||
.importzp sp
|
||||
.importzp c_sp
|
||||
|
||||
pushbsp:
|
||||
ldy #0
|
||||
pushbysp:
|
||||
lda (sp),y ; get lo byte
|
||||
lda (c_sp),y ; get lo byte
|
||||
jmp pusha0 ; promote to unsigned and push
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user