home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / ASM / DEBUG095.ZIP / readme < prev   
Encoding:
Text File  |  1997-12-16  |  786 b   |  24 lines

  1. DEBUG version 0.95.
  2.  
  3. This is a partially implemented clone of the MS-DOS DEBUG command.
  4. See the documentation file (debug.doc) for a list of what has yet to
  5. be implemented.  Pretty much all the functionality of DOS 2.1 is in there,
  6. though.
  7.  
  8. The files in this distribution are:
  9.  
  10.     debug.com    The executable binary.
  11.     debug.doc    Detailed documentation file.
  12.     debug.a86    Assembler source code for DEBUG.  Assemble with A86.
  13.     instr.*        Data files on the instruction set.
  14.     mktables.c    C program to compile the internal instruction-set
  15.             tables into the source file debug.a86.  It runs under
  16.             Linux or Turbo C (version 2.0, at least).
  17.     readme        This file.
  18.  
  19. This program is copyrighted, but feel free to distribute and use it
  20. as you wish.
  21.  
  22. Paul Vojta
  23. vojta@math.berkeley.edu
  24.