mirror of
https://github.com/cc65/cc65.git
synced 2025-01-03 01:31:55 +00:00
Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@2792 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
fa71c0582e
commit
018a68a2fe
@ -7,7 +7,7 @@
|
||||
|
||||
.include "zeropage.inc"
|
||||
|
||||
.include "em-kernel.inc"
|
||||
.include "em-kernel.inc"
|
||||
.include "em-error.inc"
|
||||
.include "cbm510.inc"
|
||||
|
||||
@ -280,10 +280,10 @@ setup: sta ptr3
|
||||
sta ptr2+1 ; Get count into ptr2
|
||||
|
||||
ldy #EM_COPY::BUF+1
|
||||
lda (ptr1),y
|
||||
lda (ptr3),y
|
||||
tax
|
||||
dey
|
||||
lda (ptr1),y ; Get the buffer pointer into a/x
|
||||
lda (ptr3),y ; Get the buffer pointer into a/x
|
||||
|
||||
ldy #RAMBANK
|
||||
sty IndReg
|
||||
|
Loading…
Reference in New Issue
Block a user