Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ccusrz/ia32-rle

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
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

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.