1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-07-08 09:28:57 +00:00

Update cmd.pla

slightly faster dcitos
This commit is contained in:
peterferrie 2014-06-16 18:38:43 -07:00
parent b67bfc3d41
commit 9c62ab06a0

View File

@ -504,12 +504,11 @@ asm dcitos
STA SRCH
LDY #$00
- LDA (SRC),Y
INY
PHA
AND #$7F
CMP (SRC),Y
INY
STA (DST),Y
PLA
BMI -
BCS -
TYA
LDY #$00
STA (DST),Y