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

Re: Applesoft Basic size limitations?



On May 26, 10:29 pm, "John B. Matthews" <nos...@nospam.invalid> wrote:
>
> Applesoft Basic programs start at $(67.68), typically $803 (2051). HGR2
> starts about 14K later at $6000 (24576). It sounds like your program has
> grown into the screen are of memory.
>
> --
> John B. Matthews
> trashgod at gmail dot com
> <http://sites.google.com/site/drjohnbmatthews>

This is incorrect. HGR page 1 (HGR) starts at $2000 and goes to $3FFF.
(8192 to 16383 decimal)
HGR page 2 (HGR2) starts at $4000 and goes to $5FFF (16384 to 24575
decimal)