Apply faster popptr1 to functions and/or use register instead of stack to save accu.
This commit is contained in:
@@ -17,11 +17,11 @@
|
||||
rol ptr1+1
|
||||
clc
|
||||
adc ptr1
|
||||
pha
|
||||
tay
|
||||
txa
|
||||
adc ptr1+1
|
||||
tax
|
||||
pla
|
||||
tya
|
||||
rts
|
||||
|
||||
.endproc
|
||||
|
||||
Reference in New Issue
Block a user