MAKEHEX PROGRAM --------------- This little utility dumps the content of a memory area into a basic program for later loading. To use it, simply define the start and end addresses in line number 10. The 'be' and 'e' variables correspond to these addresses respectively. Program deletes unnecassary parts after its execution, so that it becomes a loader only. This program especially helpful for the people that cannot transfer programs between C64 and other media. With this loader they can type the entire program (well, if this is the last chance, it must not be annoying ;-) ). The program is in Basic V2.0 language for C64. 1997 Ilker Ficicilar filker@newton.physics.metu.edu.tr c068214@orca.cc.metu.edu.tr ---