From 318ba2f675d0bd67cf2aa997a3c0e92bf2072327 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 22 Apr 2021 02:49:52 -0400 Subject: Add note about decodersize --- textdecomp.s | 3 +++ 1 file changed, 3 insertions(+) diff --git a/textdecomp.s b/textdecomp.s index baa6b41..725d0a5 100644 --- a/textdecomp.s +++ b/textdecomp.s @@ -322,6 +322,9 @@ dict_lookup: rts ; print rest of original message + ; this size doesn't include _print_location and _print_item, they really + ; aren't part of the decompressor, they're only in this file so they + ; can fall through to _print_msg instead of jmp there (saves a few bytes). decodersize = * - _print_msg .out .sprintf("print_msg() is %d bytes", decodersize + tablesize) -- cgit v1.2.3