Change macro here

This commit is contained in:
hugova 2025-03-30 16:16:47 +02:00
parent 1144fd01ca
commit 9768287b86

View file

@ -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