home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.barnyard.co.uk
/
2015.02.ftp.barnyard.co.uk.tar
/
ftp.barnyard.co.uk
/
cpm
/
walnut-creek-CDROM
/
ENTERPRS
/
CPM
/
UTILS
/
A
/
CRLZH21.LBR
/
FILES.LYT
/
FILES.LYT
Wrap
Text File
|
2000-06-30
|
2KB
|
48 lines
There are a lot of files (30) in this release! This list is provided so that
you can be sure that you get the full set.
Note that all of the files names below are the UNCOMPRESSED names.
-------------- The important stuff -------------
FILES.LST - This file
LZH21SRC.DOC - General documentation, notes, excuses, whining, etc.
LZH21SRC.FOR - FOR file for BBS listing
-------------- The Source code -------------
LZH21.MAC - The LZH main module. Contains documentation and
Equates which control whether encoding or decoding
.REL will be generated
MACROS.MAC - Macros required for assembly
LZHDEF.MAC - LZH Huffman encoding and String Substitution table
size/configuration definitions
ENCODE.MAC - Ecoding main routine
DECODE.MAC - Decoding main routine
SETUP.MAC - Module initialization
TABLES.MAC - Ecoding / decoding tables
STARTHUF.MAC - Initialize Huffman tree
UPDATE.MAC - Update Huffman tree
RECONST.MAC - Reconstruct Huffman tree
INITTREE.MAC - Initialize SS tree
INSERTNO.MAC - Insert node into tree
DELETENO.MAC - Delete note from tree
ENCODECH.MAC - Huffman encoding of a chararcter
PUTCODE.MAC - Place bits into output stream
ENCODEPO.MAC - Encode a buffer position
DECODEPO.MAC - Decode buffer position
DECODECH.MAC - (Huffman) decode character from input
GETBIT.MAC - Retrieve bit from input stream
GETBYTE.MAC - Retrieve 8 bits from input stream
GETCPUTC.MAC - Input/output stream I/O
-------------- The Object code -------------
CLZH2D.REL - Compression code v2.1 w/DYNAMIC Buffer allocation
(see docs for DYNAMIC/FIXED differences)
CLZH2F.REL - Compression code v2.1 w/FIXED Buffer allocation
ULZH2D.REL - Decompression code v2.1 w/DYNAMIC Buffer allocation
ULZH2F.REL - Decompression code v2.1 w/FIXED Buffer allocation
-------------- The C code -------------
ENLZHCPM.C - 'C' language compressor. Demonstrates algorithm and
can be ported to other operating environments
UNZLHCPM.C - 'C' language decompressor