A86: Re: Re: temp mem on the calc


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

A86: Re: Re: temp mem on the calc




I've used from $8000 to almost $bfff and not had problems.  It seems that
whatever is at $8000, the calc doesn't seem to care if it gets wiped out.

> Unless your program is large, the end of your program is a great source of
> temporary memory which I highly recommend using over the text memory
(that's
> a leftover from 85 days). Just place labels at the end of your prog like
> this:
>
> PersonX = $ + 0
> PersonY = $ + 1
> etc.
>
> If that doesn't work, you can use page 1. The exact address that can be
used
> are determined by the _FP and _OP pointers. Usually though it's gonna be
> safe to go $8800 - $B800 which would give you 12kb to use. If you need
more,
> load in the pointers and use the max.
>
> ----- Original Message -----
> From: Matt C <snoborder420@yahoo.com>
> To: <assembly-86@lists.ticalc.org>
> Sent: Saturday, November 20, 1999 8:28 PM
> Subject: A86: temp mem on the calc
>
>
> >
> > i know that most of ram page one is open for temperary
> > use but im not sure what a good address to start at?
> > i need more than _textShadow and i am using the graph
> > mem for a double buffer but i need about 2 to 4
> > hundred bytes
> >
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Bid and sell for free at http://auctions.yahoo.com
> >
>
>
>



Follow-Ups: References: