[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Applesoft BASIC
"Mark Percival" <mark@syndicomm.com> wrote in message
1150489514.724842.238870@f6g2000cwb.googlegroups.com">news:1150489514.724842.238870@f6g2000cwb.googlegroups.com...
> 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
>
> The DiskMaker 8 Man!
>
> http://www.syndicomm.com/~mark/DM8/
>
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