mirror of
https://github.com/cc65/cc65.git
synced 2025-04-03 15:29:44 +00:00
Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@86 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
7329d4acb3
commit
a66cf46549
@ -31,7 +31,7 @@ copydata:
|
||||
iny
|
||||
bne @L1
|
||||
inc ptr1+1
|
||||
inc ptr2+2 ; Bump pointers
|
||||
inc ptr2+1 ; Bump pointers
|
||||
dex
|
||||
bne @L1
|
||||
|
||||
@ -39,7 +39,7 @@ copydata:
|
||||
|
||||
@L2: ldx #<__DATA_SIZE__ ; Get remaining bytes
|
||||
beq @L4
|
||||
|
||||
|
||||
@L3: lda (ptr1),y
|
||||
sta (ptr2),y
|
||||
iny
|
||||
|
Loading…
x
Reference in New Issue
Block a user