mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-11 01:30:53 +00:00
second: shave 4 cycles off inner loop
This commit is contained in:
parent
2beb1d66c0
commit
b50e821037
@ -36,13 +36,14 @@ pan_outer_loop:
|
||||
|
||||
|
||||
ldy #0
|
||||
pan_inner_loop:
|
||||
|
||||
; original: 36*39 = ??
|
||||
; updated: 34*39
|
||||
|
||||
pil_smc1:
|
||||
ldx $2000,Y ; 4+
|
||||
pan_inner_loop:
|
||||
|
||||
lda left_lookup_main,X ; 4+
|
||||
sta TEMPY ; 3
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user