<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>
Date   : Mon, 14 Jun 2010 13:59:25 +0100
From   : samwise@... (samwise)
Subject: Tape to Disc Transfer

> Anybody out there know how to transfer stuff from tape to disc?
> I can do it with BASIC programs, using;
>
> *TAPE
> LOAD "WHATEVER"
> *DISC
> SAVE "WHATEVER"
>
> But how can I move a machine code program, I need either some software that
> can do it for me, or a way of finding out all the start and end addresses.

>From memory:

> *TAPE
> PAGE=&1900
> *OPT 1,2
> *LOAD ""

(take note of file length / addresses here, when file has loaded)

> *DISC
> *SAVE <dfsfilename> 1900 +<file length> <execution address> <reload address>

HTH,

Peter.
<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>