Apply faster popptr1 to functions and/or use register instead of stack to save accu.

This commit is contained in:
IrgendwerA8
2018-05-21 18:18:01 +02:00
parent 81b3c16c7e
commit d7da827be8
6 changed files with 30 additions and 30 deletions

View File

@@ -20,11 +20,11 @@
rol ptr1+1 ; * 8
clc
adc ptr1 ; * (8+1)
pha
tay
txa
adc ptr1+1
tax
pla
tya
rts
.endproc