
This is my contribution to the Hugi Size Coding Competition #2
  
The text compressor is in the PACKER.PAS file and is supposed to be compiled
with something like Borland Pascal v7.0.
  
The text writer is in the WRITER.ASM file and is supposed to be assembled
and linked with something like Turbo Assembler v4.x and Turbo Linker v7.x
(That's what I've used anyway, so...)
  
The PACKER.EXE file compresses TEXT.TXT and appends the compressed data to 
the WRITER.COM file. When this is done, the WRITER.COM file is supposed to 
be 654 Bytes.
  
  
I hope this works and I don't think I've broken any rules...

           
-- Anders Sandvig (cortex/index) Monday 29th of June 1998
   e-mail: andersan@who.net
   Web:    http://cortex.home.ml.org/
           http://www.neutralzone.org/index/
