A83: Re: More Memory Areas?


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

A83: Re: More Memory Areas?




No, not exactly.  These are just REAL variables that are reserved by the OS,
so you can't just write over them like the graph buffer.  If you really
needed the space, you could probably write over them and then when you are
done set them all back to something like a floating point zero (OP number
format, not an actual '0').  They are located in the RAM, otherwise you
could not use them as variables (you can't write to ROM, of course).

-----Original Message-----
From: Jkhum98@aol.com <Jkhum98@aol.com>
To: assembly-83@lists.ticalc.org <assembly-83@lists.ticalc.org>
Date: Saturday, October 24, 1998 6:59 PM
Subject: A83: More Memory Areas?


>
>I was wondering about the 'Finance' area of the TI-83, and I remember using
>those variables in there, like "N" and "I%" etc, in my BASIC programs long
>ago, and since they are variables (possible blocks of memory) where would
this
>be located in the RAM or ROM or whatever, so that we can use that space
just
>as we would the GRAPH_MEM or STATVARS sections...?
> --Jason K.