Improve labels.

This commit is contained in:
Piotr Fusik 2017-11-07 19:52:27 +01:00
parent 0608c9adef
commit ebe87070eb
1 changed files with 2 additions and 3 deletions

View File

@ -342,9 +342,8 @@ fetchCode_nextBit
beq fetchCode_allLiterals
; is it literal code of length X?
sub nBitCode_literalCount,x
bcs fetchCode_tryControl
bcs fetchCode_notLiteral
; literal code
fetchCode_literal
; clc
adc nBitCode_literalOffset,x
fetchCode_allLiterals
@ -358,7 +357,7 @@ fetchCode_ge256
sbc nBitCode_literalCount,x
sec
; is it control code of length X?
fetchCode_tryControl
fetchCode_notLiteral
; sec
sbc nBitCode_controlCount,x
bcs fetchCode_nextBit