home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol117 / tools.doc < prev    next >
Encoding:
Text File  |  1984-04-29  |  1.7 KB  |  35 lines

  1. Herewith source and .REL files for a tool package similar to
  2. (but considerably less exhaustive than) Richard Conn's Syslib.
  3. This one supports command-line redirection and implicit (via
  4. STDIN and STDOUT) or explicit I/O to any one of 16 channels.
  5. There are routines to make use of the AMD 9511 chip, and
  6. anyone who hasn't got one will need to (a) avoid the double-
  7. integer and floating-point routines, and (b) rewrite one
  8. routine, ITOC, to do its conversion in software.  This will
  9. be easy if Digital Research's 'Lib' manager is available.
  10. Three files (other than this one) are provided on this disk:
  11.     Tools.Arc is a text file containing M80 source for
  12.         all of the tools described in ToolIntf.Doc,
  13.         plus a set of archive-maintenance macros for
  14.         use with Pmate 3.x.
  15.     ToolIntf.Doc is a text file containing "black-box"
  16.         descriptions of the routines and their
  17.         functions - very terse!
  18.     Tools.Rel is a Microsoft-format .Rel file containing
  19.         all of the tools, assembled with LYNX set
  20.         TRUE so that the address of the first free
  21.         byte after the .COM file is expected at 108h.
  22.         If you don't have Lynx you can (a) reassemble
  23.         all modules that INCLUDE LINKEQU with LYNX set
  24.         FALSE, or (b) kludge in a patch into each of
  25.         your .COM files so you can enter the address
  26.         manually with DDT, or (c) get Lynx - Westico
  27.         sells it and it's a very nice linking loader
  28.         that supports overlays and makes human-
  29.         readable dumps of .REL files, in addition to
  30.         many other useful features.
  31. Please DON'T phone me for help with this stuff unless your name
  32. is Jud Newell - anyone else please leave a message on Jud's
  33. System One and I will someday get back to you.  I am swamped
  34. with work at present.  Good Luck -- Greg Louis.
  35.