mirror of
https://github.com/cc65/cc65.git
synced 2025-08-13 23:25:29 +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:
@@ -202,8 +202,8 @@ found: rts
|
|||||||
ldy #15
|
ldy #15
|
||||||
lda #0
|
lda #0
|
||||||
loop: sta ICHID,x
|
loop: sta ICHID,x
|
||||||
dey
|
|
||||||
inx
|
inx
|
||||||
|
dey
|
||||||
bne loop
|
bne loop
|
||||||
rts
|
rts
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user