From adf9b4b2ef23ed8710f15d11ba3b49c92b211f8b Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Thu, 29 Sep 2022 22:03:09 +0300 Subject: [PATCH] foo --- xortest.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xortest.s b/xortest.s index 9995ff1..220c18f 100644 --- a/xortest.s +++ b/xortest.s @@ -80,11 +80,11 @@ xloop lda YVAL ; @341 stal FB_BASE, x ; write the pixel pair inx iny - cpy #160 + cpy #160 ; #$00a0 bne xloop inc YVAL lda YVAL - cmp #200 + cmp #200 ; #$c8 bne yloop infloop bra infloop ; @36d -- 1.7.10.4