home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / wackytalky_2 / Developer / Examples / FileLoad / !ReadMe next >
Encoding:
Text File  |  1995-12-13  |  524 b   |  17 lines

  1. Dir: FileLoad
  2. ~~~~~~~~~~~~~
  3. This directory contains examples how to implement your own loaders
  4. for WTModule files.
  5.  
  6. - FixInfo    fixes automatically the information word for module files
  7.              that contain only one, non compressed module and the first
  8.              word of the file does not contain the module length.
  9.  
  10. - LZW        how to compress and load WT modules using
  11.              John Kortink's LZW compress module.
  12.  
  13. - RLE        Run Length Encoded compression and decompression
  14.              for WT modules.
  15.  
  16.  
  17.