Usage:
BINto0 input_file TYP [ADD [BAS]]
Converts binary input file into 000 file format
(makes 000 format header for plain binary input file).
Extension of output file will be three-digit number.
Note: You can NOT use wildcards '*' and '?' in input_file!
Meaning of numbers TYP,ADD,BAS for making header:
TYP = 0 ... Program (basic)
1 ... Number array (data)
2 ... Character array (data)
3 ... Bytes (code)
4 ... file without header (headerless)
ADD = basic ........ start line (default: without autostart)
data ......... variable name (encoded in nuber)
code ......... first address (default: 32768)
headerless ... flag byte (default: 255)
BAS = length of basic without variables (other types not need)
default: the same as length (basic) and 32768 (others)
Parameters ADD and BAS are optional - you may not specify it.