[A83] Re: Variables >Ram ?!
[Prev][Next][Index][Thread]
[A83] Re: Variables >Ram ?!
> From: "Ronald Teune" <rtwolf@gmx.net>
> > From: Dan Weiss <dwedit@hotmail.com>
> >
> > The size byte can be different from the actual size of the program,
> > and deleting the corrupt var will crash the calc.
> But what if you want to add a var? Doesn't the calc look for a place
> after the var? Or does the vat contain the end and the begin of a var?
The TIOS has a pointer to the end of used user memory. If you create a new
var it will be added there.