[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
Re: available memory
- Subject: Re: available memory
- From: cld@xxxxxxxx
- Date: Fri, 01 Feb 2008 20:23:21 +0000
-------------- Original message ----------------------
From: Caballero
> VA$M+6--on the command line, VA $M+6 --was the one I was trying to
> recall. Thank you, Carl. By the way, why the 6?
That's the VAriable name, one of a series:
VA $M+0 All XyWrite memory
VA $M+1 All Code memory
VA $M+2 All Overlays memory
VA $M+3 Root memory
VA $M+4 Editor code data memory
VA $M+5 Data memory
VA $M+6 Save/Gets program memory
If you command NABFRM dg,0m, which brings you to the code underlying the memory usage chart, and inspect it in eXPanded view, you'll see that these VAriables (and others) are embedded there and display the stats on current memory usage -- just as you'd embed
or in a document to display the current date.
--
Carl Distefano
cld@xxxxxxxx