[Coco] Saving a cassette loaded ML program to disk

Robert Gault robert.gault at att.net
Tue Jul 2 22:31:55 EDT 2013


Bill wrote:
> My coco2 does well with HDBDOSCC2 if I load it from cassette. But I savem
> it, shut the machine off for a few minutes, loadm it and exec, it doesn't do
> right.
>
>
>
> Here's what I was told to do:
>
>
>
> cloadm "program.bin"
>
> savem"program.bin", 7H4FD,&H6FD,&H4FD
>
>
>
> But when I shut the machine off, and loadm "program.bin" and exec, it goes
> nuts.
>
>
>
> Ideas?
>
>
>
> Thanks
>

Bill,

It is most unlikely that &H4FD, &H6FD, and &H4FD are the correct addresses. For 
one thing, that is only $200 bytes rather than $2000.

The .bin disk files load to &H4FD0-&H7000 and EXEC at &H4FD0. I assume that the 
tape version will cload to the same addresses.

Robert





More information about the Coco mailing list