[A83] Re: memory handling routines


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

[A83] Re: memory handling routines




Alternatively you could check 83-ROM.txt in the ticalc.org informational
texts archive.

btw, they are not quite the same as [m]alloc()...

And one tip, the Ti83(+) keeps it's programs in ONE stack. The executing
data (not necesairily a program-file) is located at the bottom. Hope that
helps.

	Henk Poley <><

> Van: Thomas Lutz <tlutz@stevens-tech.edu>
> 
> Check the SDK guide....it tells you the exact inputs and outputs of each
> of these functions. As a note, they do not update a variable's size
> bytes. You must do this manually.
> 
> Tom
> 
> -----Original Message-----
> On Behalf Of David Revelj
> 
> Does anybody how the routines _insertmem and _deletemem are used? I
> suppose it's those I'm to use if I'm going allocate memory.
> 
> /David Revelj