From 8d526b7d4de9ebfa51bea46956b67c69953615a5 Mon Sep 17 00:00:00 2001 From: Piotr Fusik Date: Tue, 7 Nov 2017 20:03:06 +0100 Subject: [PATCH] If we have all 256 literals of same length, codeToLiteralSymbol is an identity mapping. --- inflate.asx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inflate.asx b/inflate.asx index 616a206..3f7c5bd 100644 --- a/inflate.asx +++ b/inflate.asx @@ -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