Skip to content

RLE compressor and decompressor for simplified PBM images in AT&T x86 assembler.

License

Notifications You must be signed in to change notification settings

ccusrz/ia32-rle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Written in AT&T assembly responding to the Intel IA32 processor/IA32 ISA running Windows 7.

Approach

The designed run-length algorithm focuses on a simplified Portable Bitmap (PBM) binary image format.

Example of compression:

.pbm file to be compressed:

0x5031000F00020000000000000000000000000000000000000000000000000000000000FF

Resulting .rle file:

0x524C4549000F00020006001D000001FF

The decompression procedure works inversely.

About

RLE compressor and decompressor for simplified PBM images in AT&T x86 assembler.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published