1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-01-11 13:29:44 +00:00

Update soscmd.pla

slightly faster dcitos
This commit is contained in:
peterferrie 2014-06-16 18:46:01 -07:00
parent ce6786215a
commit ad26a747e2

View File

@ -391,12 +391,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