Lempel-Ziv-Welch compression algorithm in assembly
Instructions:
- First input 1 or 2 if you want to compress or decompress respectively.
- Then input 2 file names, the first being the input file and second being the output file
- Wait for completion.
You can use the files in the examples folder to test the compression and decompression
- alice29.txt - all of alice in wonderland
- grammar.lsp - code snippet written in the lisp programming language ( These 2 are taken from the cantrbry package ^)
- output.txt - blank file that can be used as the output for compression
- Decomp.txt - blank file that can be used as the output for decompression