home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / utils / asmutl / sload.lbr / SLOAD.DQC / SLOAD.DOC
Encoding:
Text File  |  1987-01-24  |  2.3 KB  |  44 lines

  1. Program Name: SLOAD.COM
  2.  
  3. Objective: INTEL HEX LOADER
  4.  
  5. Syntax: SLOAD [du:]source[.ext]  [du:][destination[.ext]]
  6.  
  7. Programmer: Harris Landsberg
  8.  
  9. Notes: This program is similar to Digital Research's LOAD.COM with a few
  10.   minor exceptions. One, all unfilled space within the program is binary
  11.   zero filled. Two, it can create binary images that do not start at the
  12.   manditory 0100H start address. This is needed for assembling code at a
  13.   given location without the use of .PHASE that is usually not available
  14.   with most assemblers that produce Intel Hexidecimal format files. This
  15.   program can also access a different user area and, also, can place the
  16.   output on another drive and/or user area.
  17.  
  18. Misc: On floppy disk systems there will be less disk accessing since the
  19.   output is buffered entirely in memory before it goes to disk. Possible
  20.   errors encountered are read errors including invalid hexidecimal digit
  21.   or incorrect checksum and disk write error if there is not enough disk
  22.   space or directory entries. If you do not enter a destination name the
  23.   output will go to the same name. You may specify just a drive/user for
  24.   the destination then the destination will have the same name as source
  25.   as given. The default file extensions are: .HEX for the input file and
  26.   .COM for the output file. It is a good idea to change the extension of
  27.   of the output if it does not start at 0100H.
  28.  
  29. Requirements: This program runs on under CP/M-80 on machines with a 8080,
  30.   8085 or Z-80 processor series. All arguments must be given at the time
  31.   the program is evoked since there is no prompting for parameters. This
  32.   program is known to run under Z-80 emulators if any one is interested.
  33.  
  34. Addenda: This software program is being released into the public domain.
  35.   It may not be sold or be bundled with another software product unless
  36.   the express permission has been granted by the author. The source may
  37.   be modified, but may not be distributed once modified. This is to keep
  38.   the integrity of the software program.
  39.  
  40.                            Harris Landsberg
  41.                          1350 East 5th Street
  42.                               Suite 1-J
  43.                        Brooklyn, New York 11230
  44.