Some minor cleanups.

This commit is contained in:
Oliver Schmidt
2018-07-26 14:35:26 +02:00
parent e949a3e642
commit e86a7db18b
3 changed files with 5 additions and 9 deletions

View File

@@ -8,8 +8,6 @@
.import incsp2
.importzp sp, ptr1
.macpack cpu
.proc popptr1 ; 14 bytes (four usages = at least 2 bytes saved)
ldy #1
lda (sp),y ; get hi byte
@@ -19,5 +17,3 @@
sta ptr1 ; to ptr lo
jmp incsp2
.endproc