A86: Re: Re: Re: temp mem on the calc
[Prev][Next][Index][Thread]
A86: Re: Re: Re: temp mem on the calc
It won't crash the calculator if you do that, but I believe the op stack is
where it stores things like recursive calls from BASIC, so I think you
*might* have a small problem if your program wipes out the op stack and it's
being called from a shell. I'd actually advise that if you want to use that
whole area, backup the op stack to somewhere you don't usually want to use
too much.
----- Original Message -----
From: David Phillips <david@acz.org>
To: <assembly-86@lists.ticalc.org>
Sent: Saturday, November 20, 1999 9:04 PM
Subject: 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.
References: