The given program is intended for packing DOS
executables(COM, EXE). It uses original (?) modification of an LZ77 with 8192 byte sliding
window dictionary and lazy matching.
The program uses two various methods of compression of received pairs
length/offset, one of which is better for large files.