BINHEX.BA by James Yi 11/13/87, edited by Robert Benson 5/20/89 BINHEX.BA is a utility program that lets you convert ML programs into Hex files and back into ML programs or convert ML programs to Hex for ASCII file transfer. It also gives you the option to load the Hex file at a different address. To convert a Hex file into a .CO program press "L". Be sure you have cleared the memory that you need to load the Hex file with a CLEAR 200,##### (Top address). You will get a "Data Top?" prompt, this is for an area of code that is not runable but just ASCII data. If the program encounters a JMP while running it will give the JMP a new value to make it runable at the new address, but if the code is not really a JMP but just data and must not be changed specifying a "data field" will protect it (this information should be supplied by the programmer). If no "data field" is to be specified just hit ENTER at the "Data Top?" and "Data End?" prompt. When the loading is finished enter a file name for the .CO program, if you enter a blank it wilL not be saved. To convert a .CO program to a Hex file press "S". If you just hit ENTER at the "CO file?" prompt it will assume that the .CO file is not displayed on the Menu but is in RAM somewhere and will ask you to specify the Top, End, Exe addresses.