[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Applesoft BASIC
- Subject: Re: Applesoft BASIC
- From: "Warren Ernst" <wernst@gmail.com>
- Date: 16 Jun 2006 14:44:29 -0700
- Complaints-to: groups-abuse@google.com
- In-reply-to: <3IFkg.66$bP6.106@news.oracle.com>
- Injection-info: r2g2000cwb.googlegroups.com; posting-host=63.73.69.132; posting-account=XA9xRA0AAABNR5_-pqpZbCGzCZbThPwX
- Newsgroups: comp.sys.apple2
- Organization: http://groups.google.com
- References: <FCykg.117065$dW3.103411@newssvr21.news.prodigy.com> <1150489514.724842.238870@f6g2000cwb.googlegroups.com> <emFkg.148640$F_3.19765@newssvr29.news.prodigy.net> <3IFkg.66$bP6.106@news.oracle.com>
- User-agent: G2/0.2
- Xref: g2news2.google.com comp.sys.apple2:9368
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