home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / debug / wadesrc.lbr / -READ.ME next >
Text File  |  1988-06-19  |  3KB  |  85 lines

  1.  
  2.                     WADE Version 1.5 - 85-04-17
  3.                       Distribution Information
  4.  
  5.         WADE - Wagner's Debugger - comes in two archives, one for the
  6.         sources, one for executeables and user manual.
  7.  
  8.         All files in the WADE archives are in the public domain.
  9.         They may be freely used, modified, distributed, mutilated, 
  10.         thrown away, or incorporated in commercial products (is there
  11.         still a market ?) in any way you choose.
  12.  
  13.         WADE was written 1984-85 and released to the public domain in 1987.
  14.         Author:
  15.                 Thomas Wagner
  16.                 Patschkauer Weg 31
  17.                 D-1000 Berlin 33
  18.                 West Germany
  19.  
  20.         Comments may be sent via BIXmail, my BIX-name is 'twagner'.
  21.  
  22.         NOTE: For assembling the sources, Digital Research's RMAC/LINK
  23.         combo which come with CP/M+ are required. Other assemblers/linkers
  24.         might cause problems. Files not directly needed for WADE operation
  25.         with a .MAC extension are for the M80 assembler.
  26.         
  27.  
  28.                      File List - Source Archive 
  29.  
  30.         MONIT.ASM      Monitor main module
  31.         MONCPM.ASM     Interface module for CP/M
  32.         MONBREAK.ASM   Breakpoint handling
  33.         MONTAB.ASM     Tables  and  routines  for  assembly  and 
  34.                        disassembly
  35.         MONDIS.ASM     Routines for disassembly
  36.         MONASM.ASM     Routines for assembly
  37.         MONSUB.ASM     Subroutines  for console I/O and  expres-
  38.                        sion handling
  39.         MONSYM.ASM     Symbol handling
  40.         MONPEEK.ASM    User  program entry and  sample  routines 
  41.                        for extended memory access
  42.         MONEXPR.ASM    Expression handling
  43.  
  44.         MONROM.ASM     Sample module for stand-alone operation
  45.  
  46.         MONOPT.LIB     Compilation parameter definition file
  47.  
  48.         WADE.ASM       Program load and startup for CP/M
  49.  
  50.         GENWADE2.SUB   Generation submit-file for CP/M 2
  51.         GENWADE3.SUB   Generation submit-file for CP/M 3
  52.         GENWADES.SUB   Generation submit-file for stand-alone version
  53.  
  54.         MON.MAC        Mini terminal program for use on host with
  55.                        ROM-based version of WADE. Not so well documented...
  56.  
  57.         CODEND.MAC     Needed for generation of ROM-version
  58.         STRIPH.MAC     Source for utility needed for ROM-version generation
  59.  
  60.         Z80.LIB        Z80 macros used in WADE. 
  61.  
  62.         PRINTF.ASM     Assembler-printf routine. Not used in WADE,
  63.                        but included anyway. See this source for doc.
  64.         PRINTF.LIB     Macros for generating PRINTF-calls.
  65.  
  66.         READ.ME        This File
  67.  
  68.                       File List - Binary Archive
  69.  
  70.         WADE2.COM      WADE for CP/M 2
  71.         WADE3.COM      WADE for CP/M 3
  72.         EWADE.COM      WADE for CP/M 3 with extended addressing
  73.  
  74.         WADE.DOC       User Manual for WADE in printable format
  75.         WADE.WS        User Manual in Wordstar Format
  76.  
  77.         READ.ME        This File
  78.  
  79.         NOTE: WADE2 will also run under CP/M 3 and all other operating
  80.               systems of the CP/M-family, including TurboDos and MP/M.
  81.  
  82.               WADE3 and EWADE will ONLY run under CP/M 3.
  83.  
  84.  
  85.