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 / ENTERPRS / CPM / UTILS / F / MLOAD25.LBR / -READ.ME next >
Text File  |  2000-06-30  |  1KB  |  21 lines

  1. MLOAD25 is a transient command used to convert a "HEX" file (the
  2. output of an assembler) into an executable "COM" file.  MLOAD takes
  3. a program that is in valid Intel hexadecimal format machine code and
  4. converts it into a command file that can be executed.  The file
  5. becomes filename.COM (the hexadecimal file is filename.HEX).  This
  6. form may be used as a replacement to the Digital Research "LOAD"
  7. command.  The program may also be used to overlay portions of a
  8. "COM" file with patches assembled to a new "HEX" file.  Makes
  9. configuring MEX, IMP, MDM7, etc., easy.  This library contains
  10. assembler language source, executable COM file, and documentation.
  11.  
  12. This version of MLOAD corrects a problem that was first reported with
  13. Z33 systems, but also shows up with a normal CP/M 2.2 system.  The
  14. program overlays the first six bytes of the CCP.  This may cause the
  15. system to lock up if a jump to the CCP is done before a warm boot is
  16. issued.  The correction is a one instruction change.  The program has
  17. been released as version 2.5, so that new users of the program will be
  18. assured of getting the latest version.
  19.  
  20. March 10, 1988
  21.