[A83] Re: Changing number of free mem


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

[A83] Re: Changing number of free mem




I don't think so, if you point the pointer to some other space, with for example all zeroes, it will not calculate the entries in the vat because it thinks
it's looking at an empty vat.
It will just say 0000 bytes used, 24... ka free.

if you then repoint the pointer to the original vat, it's as you left it.

 
> Yes, but then you can have things like 26K of free ram and 20K of programs.
> 
> 
> > ----------------------------------------
> > From: Henk Poley <HPoley@DDS.nl>
> > Sent: Fri Oct 05 19:14:13 GMT+02:00 2001
> > To: <assembly-83@lists.ticalc.org>
> > Subject: [A83] Re: Changing number of free mem
> > 
> > 
> > 
> > > Van: Tijl Coosemans <tijl.coosemans@mail.be>
> > > 
> > > Well, I'm not sure, but probably the values are calculated at the
> > > moment you enter the Check Ram screen. They are not stored
> > > in ram somewhere.
> > 
> > Well there are off coarse some pointers to the 'end of VAT' and 'end of
> > variables', you might be able to create an interrupt program that as soon
> > as somebody enters the 'Mem free-menu' it backups the old values and writes
> > the new ones, so it's like you have all memory free... (and vice versa
> > after exiting the menu)
> > 
> > 	Henk Poley <><
> > 
> > 
> > 
> 
> -----------------------------------------------------
> Mail.be, Free WebMail and Virtual Office
> http://www.mail.be
> 
> 
> 





References: