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

Re: Programming the Apple IIe via the cassette in



In article <QetMa.9236$JY1.7045@nwrddc01.gnilink.net>,
Michael Pender <mpender@hotmail.com> wrote:
>The cassette interface uses the 'LOAD' and 'SAVE' commands (without an
>argument) to load and save programs from cassette.
>
>The DOS 3.3 and ProDOS operating systems both 'replace' the LOAD and SAVE
>commands to access the disk device.  You'll need to chose one or the other;
>you can have either cassette access or disk access, but not both.
>

I disagree.  I think both work.  print chr$(4);"load xxx" invokes the disk
access.  load (without the print chr$(4)) invokes the monitor cassette
access.  If I remember correctly (and it gets harder everyday, but I meet
lots of new people :-)) one can do both disk and cassette load/save in one
pgm (basic or assem).  load/save doesn't get replaced, the calling
sequence determines which is used.

$0.02

  --Steve
-- 

 --Steve  (apple2pd@ground.ecn.uiowa.edu)