home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug167.arc / PROLNK15.LBR / LINKMAP.DQC / LINKMAP.DOC
Text File  |  1979-12-31  |  2KB  |  59 lines

  1.  
  2. LINKMAP Documentation
  3. Copyright (C) 1984, 1985
  4. NightOwl Software, Inc.
  5. All Rights Reserved
  6.  
  7. -----------------------------
  8.  
  9. LINKMAP is a simple utility to dump MicroSoft REL files to the console in a
  10. form similar to that of DUMP.COM, but with DDT's ASCII-display at the end of
  11. each line.  In addition, LINKMAP displays the various other Microsoft REL
  12. data in a compact form.
  13.  
  14. The syntax is simple:
  15.  
  16.         LINKMAP <filename> [<modulename>]
  17.                    |            |
  18.                    |            |
  19.                     \          /
  20.                       Optional
  21.  
  22. FILENAME should be a standard Microsoft-format REL file, and may be composed
  23. of multiple modules.  If no filetype is specified, the type REL is assumed.
  24.  
  25. If <modulename> is entered, then LINKMAP will assume that the file is a library
  26. of modules, and will display only the specified module (someday, this syntax
  27. may be modified to allow a range of modules).
  28.  
  29. LINKMAP buffers an entire module in memory before displaying it, so there
  30. is a noticeable delay when listing large modules.
  31.  
  32. Notation:
  33.  
  34. The following notational character set is used by LINKMAP to imply re-
  35. location base information:
  36.  
  37.     Blank        ( ) : Absolute segment
  38.     Single Quote (') : Code segment
  39.     Double Quote (") : Data segment
  40.     Excl. Mark   (!) : Common
  41.  
  42. For more information on the MicroSoft REL format, see the Microsoft
  43. Utility Software Manual, LINK-80 Linking Loader section.
  44.  
  45. ------------------------------------------------------------
  46.  
  47. Legal stuff:
  48.  
  49. This software is NOT public domain; it may be copied and distributed
  50. through bulletin-board systems; it may be distributed via user groups
  51. on diskettes, provided such distribution is not for profit.  LINKMAP
  52. may NOT be distributed with a commercial hardware or software product
  53. without express written permission of NightOwl Software, INC., Route 1,
  54. Box, 7, Fort Atkinson, WI 53538.
  55.  
  56. NightOwl Software makes no representations or warranties with respect to
  57. the contents hereof and specifcally disclaims any implied warranties of
  58. merchantability or fitness for any particular purpose.
  59.