home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / disasm / md86.zip / MDREAD.ME < prev    next >
Text File  |  1988-04-21  |  3KB  |  68 lines

  1.                    LATE BREAKING NEWS REGARDING MD86
  2.                    ==== ======== ==== ========= ====
  3.  
  4.  
  5. 1)
  6.  
  7. The distribution disk for MD86 contains four versions of the program. Each
  8. compiled by TURBO Pascal installed for different screen options. You should
  9. try each version to determine which works best on your system. Note that
  10. MD86 uses a few minor screen control functions and no graphic functions.
  11.  
  12.  
  13.        Filename          TURBO Pascal Install Option
  14.        ===========  =====================================
  15.         MD86A.COM   Option 0, Default display mode.
  16.         MD86B.COM   Option 1, Monochrome display.
  17.         MD86C.COM   Option 2, Color display 80x25.
  18.         MD86D.COM   Option 4, b/w display 80x25.
  19.  
  20.  
  21. When you determine which one you want to use, rename it to MD86.COM. Then
  22. it will be easier to follow the manual.
  23.  
  24. Other files are:
  25.  
  26.        Filename                   Description
  27.        ===========    ================================================
  28.         MD86.DOC      Users manual, ready to print if you wish.
  29.         MD86.CMT      Auto-comment file. Required if you want
  30.                       MD86 to supply some comments.
  31.         CMP.COM       File comparison utility (C>CMP file1 file2).
  32.         CMP.001       MD86 data file for CMP.COM (used as an example).
  33.         CMP.002       Ditto.
  34.         REGISTER.1ST  ShareWare notice and registration information.
  35.  
  36.  
  37. 2)
  38.  
  39. To use MD86, type the following DOS command:
  40.  
  41.     C>MD86{ filename{.ext}}
  42.  
  43. If a filename is not given, then it will be requested. If an extension is
  44. not included, ".COM" will be assumed. Thus to disassemble TURBO.EXE use
  45. the command "C>MD86 TURBO.EXE". Various parameters and options are activated
  46. by the function keys, use F1 for a help summary.
  47.  
  48. The program CMP.COM has already been disassembled with numerous label names
  49. and comments entered. Try it (C>MD86 CMP) and see what a good job MD86 can
  50. really do! Then compare it to DASM, MasterKey, or Sourcer! You will find
  51. that none of them will do the job as well (sure they work fine on test files
  52. but try them on REAL programs and they fall apart).
  53.  
  54.  
  55. 3)
  56.  
  57. Since MD86 was written in TURBO Pascal, it is possible that a run-time
  58. error or an i/o error message will be displayed. If this does happen,
  59. try to determine what the conditions are that cuase it and report this
  60. as a "bug". The one exception to this is "i/o error F3" which indicates
  61. that additional file handles are required. In your CONFIG.SYS file,
  62. insert the line "FILES=16" (or a larger number). Then re-boot and try
  63. MD86 again.
  64.  
  65.  
  66.  
  67.                           T H E   E N D
  68.