[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PRODOS and cassettes
schmidtd wrote:
> On Nov 28, 1:54 pm, sc...@alfter.DIESPAMMERSDIE.us (Scott Alfter)
> wrote:
>> In article
>> <6E7B8756-8F9E-4E00-A4CD-6CEEB51CBEE8%jerem...@jeremiahstoddard.com>,
>> Jeremiah Stoddard <jerem...@jeremiahstoddard.com> wrote:
>>
>> >Does anyone know how I can access Applesoft's LOAD and SAVE commands
>> >while PRODOS is loaded? I would like to be able to transfer some BASIC
>> >programs between cassette and disk...
>>
>> Try prepending the BASIC LOAD and SAVE commands with some other
>> command...easiest one I can think of is PRINT, which is often
>> abbreviated. Something like:
>>
>> ?:LOAD
> Aw, man - sure enough, works like a charm. But where's the sport in
> that? ;-)
You don't even need the ? (PRINT). Just a colon will do:
:LOAD
or
:SAVE
--
-- Jerry