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. ; before it gets used.
decomp !zone { decomp !zone {
lda #$B0 ; bcs lda #$B0 ; bcs
ldx pDst+1 sta .ifend
cpx pEnd+1 jsr .chkdst
bne +
lda #$90 ; bcc
+ sta .ifend
ldy #0 ; In lit loop Y must be zero ldy #0 ; In lit loop Y must be zero
beq .lits2 ; always taken beq .lits2 ; always taken
.incdst inc pDst+1 .incdst inc pDst+1
ldx pDst+1 .chkdst ldx pDst+1
cpx pEnd+1 cpx pEnd+1
bne + bne +
ldx #$90 ; bcc ldx #$90 ; bcc