Skip to content

Commit

Permalink
If we have all 256 literals of same length, codeToLiteralSymbol is an…
Browse files Browse the repository at this point in the history
… identity mapping.
  • Loading branch information
pfusik committed Nov 7, 2017
1 parent ebe8707 commit 8d526b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inflate.asx
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,9 @@ fetchCode_nextBit
; literal code
; clc
adc nBitCode_literalOffset,x
fetchCode_allLiterals
tax
lda codeToLiteralSymbol,x
fetchCode_allLiterals
clc
rts
; code >= 256, must be control
Expand Down

0 comments on commit 8d526b7

Please sign in to comment.