Some minor cleanups.
This commit is contained in:
@@ -8,16 +8,12 @@
|
||||
.import incsp2
|
||||
.importzp sp, ptr1
|
||||
|
||||
.macpack cpu
|
||||
|
||||
.proc popptr1 ; 14 bytes (four usages = at least 2 bytes saved)
|
||||
.proc popptr1 ; 14 bytes (four usages = at least 2 bytes saved)
|
||||
ldy #1
|
||||
lda (sp),y ; get hi byte
|
||||
sta ptr1+1 ; into ptr hi
|
||||
dey ; no optimization for 65C02 here to have Y=0 at exit!
|
||||
dey ; no optimization for 65C02 here to have Y=0 at exit!
|
||||
lda (sp),y ; get lo byte
|
||||
sta ptr1 ; to ptr lo
|
||||
jmp incsp2
|
||||
.endproc
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user