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

Re: Applesoft BASIC



I forget which Beagle Bros program does this exactly, but there is a
Beagle utility that will split the memory space of Applesoft programs
so that HGR can still be used with large programs.

Perhaps it will come to me tonight, as I go through all the old
programs...

-Warr


Martin Doherty wrote:
> Bryan Parkoff wrote:
>
> >"Mark Percival" <mark@syndicomm.com> wrote in message
> >
> >>Bryan Parkoff wrote:
> >>
> >>
> >>>Hello,
> >>>
> >>>    Is there a way that BASIC program starts at $800 can be relocated to
> >>>$4000?  I can't remember the command LOMEM and HIMEM.
> >>>
> >>>
> >>Try this.
> >>
> >>]POKE 103,0 : POKE 104,64
> >>]RUN (Program name here)
> >>
> >>You have to load the program after the two pokes.
> >>
> >>-- Mark
> >>
> >Mark,
> >
> >    Nice Try!!  Unfortunately, it does not work.  I did set $00 on $67 and
> >$40 on $68 using POKE from Applesoft BASIC prompt.  Then, I start to type,
> >"10 PRINT "BRYAN" and hit RETURN key.  It locked up and garbage characters
> >appears in the screen.  I had to do warm reboot.
> >
> >Bryan Parkoff
> >
> >
> Bryan,
>
> What you did is not what Mark suggested you do.  He used the RUN
> command, while you started typing in a new program - not the same
> thing.  Does Mark's approach work when you run a BASIC program from disk?
> 
> -Martin