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 / A / C128LOAD.ZIP / C128LOAD.DOC < prev   
Text File  |  1990-11-24  |  768b  |  22 lines

  1. Name:   C128LOAD.COM
  2. Date:   18-Oct-86
  3. Author: David Bratton
  4. Keywords: LOAD,CPM,C128,TRANSFER,DISK,FILES,FORMAT,BRATTON
  5.  
  6. Use this utility to transfer CP/M files from a CP/M disk to a CBM
  7. disk on a Commodore C128.  It works opposite of the CBM to CP/M
  8. memory transfer techniques that we have been using.
  9.  
  10.   You enter: load filename.ext             --> EX: A>load load.com
  11. and it will load the file into ram, then tell you what addresses it
  12. occupies.
  13.  
  14.   Next you hit CONTROL/ENTER to return to 128 mode and press
  15. f8 to enter monitor mode.
  16.  
  17.   Then enter:
  18.  s "filename",8,start address,end address --> EX. s "load.com",8,11c00,11200
  19.  
  20. Remember to use the bank address of 1 when saving the file, since
  21. that is where CP/M will have stored it.
  22.