From: John Tsiombikas Date: Thu, 29 Sep 2022 19:03:09 +0000 (+0300) Subject: foo X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=a2gs_xortest;a=commitdiff_plain foo --- 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