mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-10 21:30:04 +00:00
Don't over-copy 65C02 routines
This commit is contained in:
parent
8f408c8bbb
commit
28f6e11606
@ -1884,7 +1884,7 @@ OPCPY STA DST
|
||||
INC SRC
|
||||
BNE +
|
||||
INC SRC+1
|
||||
+
|
||||
+ DEY
|
||||
- LDA (SRC),Y
|
||||
STA (DST),Y
|
||||
DEY
|
||||
|
Loading…
x
Reference in New Issue
Block a user