[Coco] Coco Digest, Vol 45, Issue 32

Fedor Steeman petrander at gmail.com
Wed Apr 11 08:36:41 EDT 2007


Thanks Carl! But how can one find the start or load address?

Fedor

On 11/04/07, carl j england <mrspock12 at juno.com> wrote:
>
> OPEN"D",1,"FILENAME.BIN",1
> FIELD#1,1ASA$
> GET#1,LOF(1)-1
> PRINTHEX$(ASC(A$))
> GET#1,LOF(1)
> PRINTHEX$(ASC(A$))
> CLOSE
>
> this will give you the execute address of a disk m/l file
>
> the last 5 bytes of a m/l file contain FF 00 00 nn nn.  the last two
> bytes (nn nn) are the execute address.
>
> --
> Coco mailing list
> Coco at maltedmedia.com
> http://five.pairlist.net/mailman/listinfo/coco
>



More information about the Coco mailing list