home *** CD-ROM | disk | FTP | other *** search
- BinToHunk -- Version 1.0 -- Copyright (C) 1991 by Ray Burr
- Usage:
- BinToHunk [<options>] <infile> [<outfile> [<data-ident> [ <length-ident>]]]
- Options:
- -c Make hunk load into Chip RAM.
- -f Make hunk load into Fast RAM.
- -l Don't generate a length symbol.
- -t[<term>] Add a terminator <term> to the end of the array. The default
- <term> is zero.
- -s<size> Specify the size of the elements in the array to be <size>
- bytes. If -s is not used, the default <size> is 1.
- -a Make length symbol an absolute definition.
-