foo
[a2gs_xortest] / 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