[A83] Re: RAM areas
[Prev][Next][Index][Thread]
[A83] Re: RAM areas
Does that work in ION program also?
-Cheiz
----- Original Message -----
From: "Patai Gergely" <patai_gergely@fastmail.fm>
To: "Assembly-83 list" <assembly-83@lists.ticalc.org>
Sent: Sunday, February 16, 2003 3:38 PM
Subject: [A83] Re: RAM areas
> > allocated? Why can't i just use the space between the program and the
> > symbols defined in the symbol table? Does TI-OS do something with that
> > space?
>
> Can't you? I'm always using that area for larger data structures without
> any problem. It is free for you to use, but you must check the size of
> this free area manually first, which is equal to OPS-FPS (end of OP stack
> minus end of FP stack). These are 16-bit values at the following
> addresses:
>
> 83: OPS=($9311), FPS=($930D)
> 83+: OPS=($9828), FPS=($9824)
>
> FPS points to the first free byte.
>
> PG
>
> --
> http://fastmail.fm - Choose from over 50 domains or use your own
>
Follow-Ups:
References: