[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ProDOS MLI error 0x56 Re: Customizing EHBASIC with ProDOS-8 and PDOS-RDOS



schmidtd wrote:
> On Feb 18, 7:07�pm, lyricalnan...@dosius.ath.cx (Steve Nickolas)
> wrote:
>> Hm. �Looking at the parm lists, the one for Open uses a different
buffer
>> than Read, located 512 bytes above it.
> 
> Note - the OPEN call needs a 1024 byte buffer.  And then your READ
> buffer needs to not overlap with that.
>

My code originally reserved the bytes; I left them alone so as not to waste
the disk space.  The "open" buffer is 1024 bytes.  The "read" buffer appears
to be, by default, initialized to $0800 (if I am understanding the code
correctly).

-uso.