X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=xortest.s;fp=xortest.s;h=220c18f5fc6eb1a0e0e3545b35965070022deb97;hb=adf9b4b2ef23ed8710f15d11ba3b49c92b211f8b;hp=9995ff1689ecf050e20447d36d1d5327b998153c;hpb=fdbddf268ed06d10b5039606ee268c5a095de593;p=a2gs_xortest 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