[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Disk Image to cassette tape
In article <1dh3hp4.ouhn3ululb8gN@dempson.actrix.gen.nz>, dempson@actrix.gen.nz
says...
>> SHAPE TABLE TAPE LOAD............SHLOAD,, SHSAVE
>
>Ah yes. What about the array load/save, or am I imagining that one?
Errata:
There is a SHLOAD command, but no corresponding SHSAVE command.
Instead, the save for the shape table must be done from within the system
monitor, involving saving the address and length (I believe) of the shape table
and then the shape table itself.
As for the array variable load and save, I'm not aware of anything like that,
as RESTORE in Applesoft resets the DATA pointer for the READ command.
It wouldn't take too much imagination to work with the system monitor using the
S.H. Lam method to read a variable table off a cassette tape directly into
memory and then resetting the memory locations that tell Applesoft where your
arrays/strings/integers/reals are.