home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / DISASM.ZIP / README.TXT < prev    next >
Text File  |  1992-02-09  |  1KB  |  40 lines

  1.  
  2.   (C) Copyright J.P. Cossette 1992. All rights reserved.
  3.  
  4.  
  5.   DISASM is a "disassembly engine". Usage is relatively straightforward,
  6. and a sample test program has been provided.
  7.  
  8.   Zipfile contents:
  9.  
  10.    disasm.lib   - This is for usage in static link applications.
  11.    disasm.dll   - This is for usage in dynamic link applications.
  12.    disasmd.lib  - Stub library for dynamic link applications.
  13.    disasm.h     - Application include file.
  14.    test.c       - Test program showing usage.
  15.  
  16.   It currently uses the sprintf() function in the C library.
  17.   It was compiled using MSC 6.00A.
  18.   The .DLL is serialized for multiple thread usage. The static link version
  19.   should be able to run on any OS, provided you have the sprintf() function.
  20.  
  21.   DISASM is copyrighted by J.P. Cossette, and is released as "ShareWare".
  22.  
  23.   You may copy the program and distribute it without charge.  You may
  24.   not sell or otherwise charge for DISASM.  However, users' groups may
  25.   charge a small fee (not to exceed $7) for media and postage.
  26.  
  27.   This program is provided AS IS without any warranty, expressed or
  28.   implied, including but not limited to fitness for a particular
  29.   purpose.
  30.  
  31.   J.P. Cossette is not responsible for anything that may happen when
  32.   you use DISASM.
  33.  
  34.  
  35.                         Joseph P. Cossette
  36.                      1280 South Powerline Rd.
  37.                             Suite 171
  38.                      Pompano Beach, Fl. 33069
  39.                             76130,2321
  40.