home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / bascompress / bascompress_2 < prev    next >
Encoding:
Text File  |  1999-04-27  |  1.8 KB  |  57 lines

  1. Title:            BASCOMPRESS
  2. Author:            Cy Booker (cy@cheepnis.demon.co.uk)
  3. Version:        1.65
  4. Title From:        Documentation
  5. Author From:        Documentation
  6. Version From:        Documentation
  7. Supplier:        Cy Booker (cy@cheepnis.demon.co.uk)
  8. Date:            17/06/95
  9. Keywords:        File compressors ; BASIC ; Index generators
  10. Shareware:        Yes
  11. Machine:        Archimedes
  12. Operating system:    RISCOS
  13. Memory requirements:    1024 kbytes
  14. Peripherals needed:    
  15. Other s/ware needed:    RISC OS 3.10 or later
  16. Directory:        micros/arch/riscos/c174
  17. Date mounted/updated:    21/06/95
  18. File names:        bascompress.arc
  19.             bcdocs.arc
  20. Unarchived files:    34
  21. Unarchived size:    2044 kbytes
  22. Omissions:        
  23. See also:        BASCRUNCH (a068), BASCRUNCH2 (a259)
  24.  
  25. -------------------------------------------------------------------------------
  26.  
  27. Acquiring the package:
  28.  
  29. Download the archive file(s) and extract using SparkPlug 2
  30. (see the "tools_help" file in micros/arch/riscos/tools for further info).
  31.  
  32.  
  33. Description:
  34.  
  35. BasCompress is a BASIC V compressor and cross-referencing tool for
  36. programmers.  It's main features are:
  37.  
  38.      o    Throwback / DDEUtils support
  39.      o    Compresses lots of legacy code
  40.      o    Removes all unused routines, and the junk left between routines
  41.      o    Removes all constant variables, replacing use with definition
  42.      o    Removes NEXT variables
  43.      o    Slurps in all LIBRARYs
  44.      o    Saves separate compressed OVERLAY files
  45.      o    Handles line numbers
  46.      o    You can tell it which labels NOT to reduce (i.e. EVALuated vars)
  47.      o    Full cross-referencing, multi-level, multi-sort
  48.      o    It is FAST
  49.  
  50. The main archive contains a ready-to-print ASCII manual (66 pages), in
  51. both 7-bit clean and ISO-Latin 1 formats.
  52.  
  53. There is a separate manual, a 1.5Mb Impression Publisher document
  54. (single file format).  This prefers the Monotype Baskerville font family.
  55.  
  56. v1.65 is a bug-fix release from 1.60.
  57.