home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 500-599 / ff579.lza / BinToHunk / usage.txt < prev   
Text File  |  1991-12-22  |  593b  |  13 lines

  1. BinToHunk -- Version 1.0 -- Copyright (C) 1991 by Ray Burr
  2. Usage:
  3.   BinToHunk [<options>] <infile> [<outfile> [<data-ident> [ <length-ident>]]]
  4. Options:
  5.   -c          Make hunk load into Chip RAM.
  6.   -f          Make hunk load into Fast RAM.
  7.   -l          Don't generate a length symbol.
  8.   -t[<term>]  Add a terminator <term> to the end of the array.  The default
  9.                 <term> is zero.
  10.   -s<size>    Specify the size of the elements in the array to be <size>
  11.                 bytes.  If -s is not used, the default <size> is 1.
  12.   -a          Make length symbol an absolute definition.
  13.