home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / util / libs / sslib / textract.doc < prev    next >
Text File  |  1994-12-12  |  789b  |  23 lines

  1.  
  2.                               Text Hunk Extractor
  3.  
  4.                  (c) 1993 MJSoft System Software, Martin Mares
  5.  
  6. ================================================================================
  7.  
  8.    TExtract is a small utility allowing extraction of text hunk.  For complete
  9. explaination see SSMac.doc.  It is a part of ss.library distribution archive and
  10. may not be distributed separately.  For copyright notice and similar information
  11. see SSLib.README.
  12.  
  13.    This utility finds a text hunk (generated by SSMac.h - the 2nd hunk in the
  14. file) in given executable file and 'disassembles' its contents.  It requires the
  15. symbol names to be present.
  16.  
  17. Syntax: TExtract <executable file> [<destination>]
  18.  
  19. Default destination file is "T:TextHunk.i"
  20.  
  21.  
  22.    TExtract is pure and can be made resident.
  23.