; My entry (SNIPER) (789 bytes)
; 29 June 1998
; Forever Young Software
; Benjamin David Lunt
; http://www.zekes.com/~blunt/index.html
;

- to create my entry

  masm unpack;
  mlink unpack;
  exe2com unpack
  del unpack.obj
  del unpack.exe

  masm pack;
  mlink pack;
  exe2com pack
  del pack.obj
  del pack.exe

- then run PACK.COM

  this will create RUNME.COM

- now run my entry:  RUNME.COM


A few notes:
  I was thinking that since all the bytes in TEXT.TXT or 7 bits or less
  (i.e.: each char's ascii value is less than 128), I would get rid
  of each char's 7th bit and then compress the file.  There are 903
  bytes in the file, hence this would get rid of 903 bits (or ~113 bytes).
  Due to time, I was not able to pursue this vary far.  However, it did
  seem that my splay algorythm would make a larger file anyway.  So I
  I don't know if it would have worked or not.

  Oh well, for 'revising' this entry only 4 times (orig plus 3 revisions),
  and only about 4 hours of coding time, 789 bytes is pretty good for my
  tastes anyway.

Thanks,
   Ben   (sniper)
