Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@1725 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -243,7 +243,8 @@ common: ldy #EM_COPY_COUNT+1
|
||||
sta $01
|
||||
|
||||
; Transfer the bytes in the last page
|
||||
|
||||
|
||||
ldy #$00
|
||||
@L3: lda (ptr1),y
|
||||
sta (ptr2),y
|
||||
iny
|
||||
@@ -255,7 +256,7 @@ common: ldy #EM_COPY_COUNT+1
|
||||
pla
|
||||
sta $01 ; Restore the old configuration
|
||||
cli
|
||||
|
||||
|
||||
; Done
|
||||
|
||||
@L4: rts
|
||||
|
||||
Reference in New Issue
Block a user