mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-12 15:30:55 +00:00
entropy: bcc vs bcs
This commit is contained in:
parent
e4d0ce8a8b
commit
06fb0d263f
@ -79,7 +79,7 @@ xloop: ; FOR X=4 to 278 STEP 6
|
|||||||
beq xloop
|
beq xloop
|
||||||
lda XPOS
|
lda XPOS
|
||||||
cmp #22
|
cmp #22
|
||||||
bcs xloop
|
bcc xloop
|
||||||
nexty:
|
nexty:
|
||||||
|
|
||||||
; NEXT Y
|
; NEXT Y
|
||||||
@ -88,7 +88,7 @@ nexty:
|
|||||||
adc #6
|
adc #6
|
||||||
sta YPOS
|
sta YPOS
|
||||||
cmp #189
|
cmp #189
|
||||||
bcs yloop
|
bcc yloop
|
||||||
; NEXT E
|
; NEXT E
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user