home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol281 / zload.doc < prev    next >
Encoding:
Text File  |  1986-06-11  |  660 b   |  29 lines

  1.  
  2.  
  3.                 "zload"
  4.     
  5.               (C) P.F.Ridler 1986
  6.  
  7.  
  8.         "zload" is a program loader which takes an Intel hex file
  9.     and loads it at a given address.
  10.  
  11.  
  12.         The command line is:
  13.  
  14.             zload d:name [offset]
  15.  
  16.     where the optional parameter <offset> is a hexadecimal number
  17.     which is to be added to the addresses at which the program was
  18.     assembled.  The default value of <offset> is zero.
  19.  
  20.         Any areas of memory between the start of the program
  21.     and its end which do not hold code will be filled with <nul>
  22.     characters.
  23.  
  24.         Apart from this latter feature "zload" is the same
  25.     as the CP/M "load".  Yes, I know that the book says that "load"
  26.     uses a <nul> fill, but try it and see!
  27.  
  28.  
  29.