projects
/
a2gs_xortest
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdbddf2
)
foo
master
author
John Tsiombikas
<nuclear@member.fsf.org>
Thu, 29 Sep 2022 19:03:09 +0000
(22:03 +0300)
committer
John Tsiombikas
<nuclear@member.fsf.org>
Thu, 29 Sep 2022 19:03:09 +0000
(22:03 +0300)
xortest.s
patch
|
blob
|
history
diff --git
a/xortest.s
b/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