Entry for HUGI compo # 27 
Oct 30, 2008
by Daniel Silsby (Senor Quack)
dansilsby <AT> gmail [DOT] com

I wanted to implement an LZSS compressor but ran out of time
debugging it.  As it stands, I do have a surprisingly
efficient RLE compressor here that takes the raw screen
dump from data.txt and packs it into two text files that
are then pasted whereever you like into an NASM source.

The RLE compressor is written in Randall Hyde's HLA,
high-level-assembly.  The included binary, rle_compress, is
a X86 Linux elf executable.

Looking forward to more competitions, I am new to assembly
language programming, self-taught, but found out about
this competition a bit too late in the month to make the
entry I wanted to.
