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 / MODEMS / MODEM7 / MODM700.LBR / MDMLNK.DOC < prev    next >
Text File  |  2000-06-30  |  2KB  |  29 lines

  1. DOC FOR MDMLNK v1.00 as of 03-26-84
  2.  
  3. MDMLNK is a utility for MDM7xx. It allows linking in the assembled
  4. overlay file without the use of DDT. This may be a bit more foolproof
  5. than the usuall DDT method.
  6.  
  7. MDMLNK is self-prompting and will ignore all command line parameters.
  8. Upon entry, MDMLNK will ask for the INPUT file name. Enter the name of
  9. the uninstalled MDM7xx.COM file and be sure to specify the full file
  10. name. Next, you are asked for the HEX file name. Enter the full name
  11. of the assembled overlay file and be sure to include the .HEX suffix.
  12. Last, you will be asked for the OUTPUT filename. Enter the name of
  13. the installed MDM7xx file. Again, be sure to specify the full file name.
  14.  
  15. MDMLNK will now first read the INPUT file, overlay it with the hex file,
  16. then write a temporary file which is finally renamed to the output file
  17. name. The temporary file is used so that the input file can be the same
  18. as the output file, yet a disk error will not wipe out the original.
  19.  
  20. Errors will be reported for full directory, unable to write (disk full),
  21. file not found, and in case the hex file is corrupt. All errors will
  22. abort to CP/M, possibly leaving a file MDMLNK.$$$.
  23.  
  24. MDMLNK not only works on any MDM7 file of any size (within reason), but
  25. it can also (BONUS!!!) be used with XMODEM or any other file which
  26. will be overlaid by a HEX file which does not change its size.
  27.  
  28.                             -Sigi
  29.