home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / CPM86 / MDM840.NOT < prev    next >
Text File  |  2000-06-30  |  1KB  |  50 lines

  1.                    MDM840
  2.  
  3.       Translation of MDM740.ASM for CPM86 and MPM86.
  4.  
  5.     This translation follows the same principle of using overlays
  6.     to adapt MDM8xx to different hardware environments as was so
  7.     successfully done with MDM7xx.
  8.  
  9.     The procedure to adapt MDM8xx to specific hardware has changed
  10.     somewhat due to the facts that DDT86 cannot be used to overlay
  11.     H86 (HEX) files and no SAVE command beeing available in CPM86.
  12.  
  13.     The Procedure is now as follows:
  14.  
  15.         Required Files:      MDM8xx.H86   (xx is Version Number)
  16.                            The Main Program in Hex Form.
  17.  
  18.                   M8GP.A86     (The General Non-Specific
  19.                         Overlay.
  20.                          or
  21.                         One of the available Overlays
  22.                         for your hardware.)
  23.  
  24.  
  25.  
  26.     After Editing your Overlay Source File to conform to your
  27.     Hardware environment, proceed as follows:
  28.  
  29.  
  30.      ASM86 M8GP             ( Assemble the Overlay File )
  31.      PIP MDM.H86=MDM840.H86,M8GP.H86 ( Append Overlay to Main Program )
  32.      GENCMD MDM 8080 CODE[MFF0]     ( Run GENCMD to produce MDM.CMD )
  33.  
  34.     Now you can run MDM.CMD
  35.  
  36.  
  37.  
  38.     The Translation was MAINLY done be hand as XLT86
  39.     ( DRs 8080 -> 8086 translator) is virtualy useless with large files.
  40.     Various routines had to be changed to work properly with CPM86 and
  41.     MPM86
  42.         Please report any bugs to:
  43.  
  44.                     Alex Soya
  45.                     P.O. Box 121
  46.                     Melbourne Beach
  47.                     Fl. 32951
  48.             
  49.                 or:   Melbourne RCPM (305) 2597955
  50.