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

Re: Applesoft Basic size limitations?



In article 
<4f5d64f8-b851-4ba9-a7e7-87b6a19e6507@f30g2000vbz.googlegroups.com>,
 Stavros Karatsoridis <skaratso@gmail.com> wrote:

> 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.
> 
> 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)

Stavros: Thank you for clarifying my (rather elliptical) answer!

Brian: If you migrate to HGR2, the next risk for certain games is string 
storage, which grows down from $(6F.70).

Program begin:  $(67.68)
Variable begin: $(69.6A)
Array begin:    $(6B.6C)
Array end:      $(6D.6E)
String start:   $(6F.70)

-- 
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>