From 06fb0d263f5f2d5e338d2278b7d33b6d8f8b0a27 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Sun, 27 May 2018 01:06:06 -0400 Subject: [PATCH] entropy: bcc vs bcs --- two-liners/entropy.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/two-liners/entropy.s b/two-liners/entropy.s index 1210b7bc..a1655338 100644 --- a/two-liners/entropy.s +++ b/two-liners/entropy.s @@ -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