home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 581a.lha / BinToHunk_v1.0 / usage.txt < prev   
Encoding:
Text File  |  1991-12-01  |  593 b   |  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.