[Coco] .BIN to .ROM
William Astle
lost at l-w.ca
Tue Dec 24 11:42:01 EST 2013
On 13-12-24 09:01 AM, Chad H wrote:
> Trying to be able to take any .BIN and flash it to EPROM. Wish I had a 'bootloader' I could attach to the front of the .BIN data that would mimic the CLOADM and handle the .BIN data appropriately, then execute.
It's fairly trivial to mimic the loading stage of LOADM as long as the
file data fits in the space you have available. I've done something
similar for some of my incomplete projects, though my implementation is
far more complicated and assumes a coco3. I quick examination of the
LOADM code in the unravelled books should show you exactly what you need
to make it work. (Don't look at CLOADM - it's obfuscated badly by
historical stuff.)
More information about the Coco
mailing list