1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-23 04:30:10 +00:00

fixed a stupid bug. why haven't I noticed it before??

git-svn-id: svn://svn.cc65.org/cc65/trunk@537 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg 2000-12-03 23:17:14 +00:00
parent a619c0055f
commit 2b70259d1a

View File

@ -202,8 +202,8 @@ found: rts
ldy #15
lda #0
loop: sta ICHID,x
dey
inx
dey
bne loop
rts