foo master
authorJohn Tsiombikas <nuclear@member.fsf.org>
Thu, 29 Sep 2022 19:03:09 +0000 (22:03 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Thu, 29 Sep 2022 19:03:09 +0000 (22:03 +0300)
xortest.s

index 9995ff1..220c18f 100644 (file)
--- 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