Change macro here
This commit is contained in:
parent
1144fd01ca
commit
9768287b86
1 changed files with 1 additions and 3 deletions
|
@ -18,9 +18,7 @@
|
||||||
LDA #$00
|
LDA #$00
|
||||||
STA >B_start
|
STA >B_start
|
||||||
loop:
|
loop:
|
||||||
;Lag_16 >B_end, <B_end, >B_start, <B_start, end_loop
|
Lag_16 >B_end, <B_end, A, <B_start, end_loop
|
||||||
Lag_16y >B_end, <B_end, <B_start, end_loop
|
|
||||||
;Lag_16y <B_start, >B_end, <B_end, end_loop ; IF B_end >B_start stop the loop
|
|
||||||
LDA (>B_start), Y
|
LDA (>B_start), Y
|
||||||
STA (>A_start), Y
|
STA (>A_start), Y
|
||||||
;Tip save time by counting downward, fast to check if Y ==0 // hugo
|
;Tip save time by counting downward, fast to check if Y ==0 // hugo
|
||||||
|
|
Loading…
Add table
Reference in a new issue