1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-02-13 00:31:21 +00:00

minor size optimisation

This commit is contained in:
Peter Ferrie 2016-07-27 10:35:07 -07:00
parent 9ab2daf808
commit a2bdffea47

View File

@ -252,14 +252,12 @@ CHKLP LDA (SRC),Y
BNE CHKLP
DEC ESTKH,X
BNE CHKLP
- LDA #$00
ADC ESTKH+2,X
STA ESTKH+2,X
LDA #$00
ADC ESTKL+2,X
STA ESTKL+2,X
BCS -
INX
BCC +
- INC ESTKH+2,X
BNE +
INC ESTKL+2,X
BEQ -
+ INX
INX
RTS
end