1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-02-20 17:29:11 +00:00

Update a1cmd.pla

slightly faster dcitos
This commit is contained in:
peterferrie 2014-06-16 18:37:58 -07:00
parent c29dcb65c8
commit b67bfc3d41

View File

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