Skip to content
/ huffman Public

huffman coding implementation in x86-64 assembly

Notifications You must be signed in to change notification settings

kzh/huffman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

huffman

This is an implementation of the huffman coding encoder in x86_64 assembly. The purpose of this project was to dive into assembly programming and learn about the huffman coding algorithm. Being so, the code will contain some poor practices and vunerabilities. The assembly in the repository is targetted to intel based darwin operation systems and uses NASM to be assembled.

usage

Clone the repository:

git clone https://github.com/furryfaust/huffman.git

Enter the repository and build:

cd huffman && make

Run the binary with the string to be encoded as the second argument:

./huffman e <string>

About

huffman coding implementation in x86-64 assembly

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published