Saved 5 more bytes.

This commit is contained in:
Martin Haye 2017-01-15 11:37:34 -08:00
parent ed02a8bdc9
commit d20c4ec778

View File

@ -32,17 +32,13 @@ DEBUG = 0
; before it gets used.
decomp !zone {
lda #$B0 ; bcs
ldx pDst+1
cpx pEnd+1
bne +
lda #$90 ; bcc
+ sta .ifend
sta .ifend
jsr .chkdst
ldy #0 ; In lit loop Y must be zero
beq .lits2 ; always taken
.incdst inc pDst+1
ldx pDst+1
.chkdst ldx pDst+1
cpx pEnd+1
bne +
ldx #$90 ; bcc