mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-25 05:29:34 +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
|
||||
lda XPOS
|
||||
cmp #22
|
||||
bcs xloop
|
||||
bcc xloop
|
||||
nexty:
|
||||
|
||||
; NEXT Y
|
||||
@ -88,7 +88,7 @@ nexty:
|
||||
adc #6
|
||||
sta YPOS
|
||||
cmp #189
|
||||
bcs yloop
|
||||
bcc yloop
|
||||
; NEXT E
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user