Date : Fri, 20 Aug 2004 17:49:56 +0100
From : Tim Fardell <tim.fardell@...>
Subject: Re: XFER file without an INF file?
"bill.carr2003" wrote:
>
> All that you should need within the INF file is
>
> $.FLENAME 001900 008023 0005C7
> LOAD EXEC LENGTH
>
> Length can be easily hexified by using Calculator in M$ Windows or PRINT
> ~address on a BBC.
Thanks both Nick and Bill!
FORMAT.TXT is actually rather badly wrong on this - it says the only two
compulsory values are LOAD and EXEC. You actually need to include LENGTH, ATTR
and TYPE to get it accepted by XFER - the last two of which are not even
documented.
Finally ended up with the following, after some fiddling:
$.BAR ffff0e00 ffff802b 001050 ATTR=0 TYPE=1
Cheers.
Tim.