Msg: 346 *Conference*
08-17-91 12:05:03
From: RICHARD HANSON
To : WAYNE WINTERS
Subj: REPLY TO MSG #305 (RAM)
RAM does not just go away but it can be reserved for future processing. To recover all reserved RAM after running a program simply issue the command CLEAR. Machine language programs (.CO) will also use RAM and not give it back. In fact, .CO files reside in two locations within our laptops when they are run. The "running" copy is in high memory. To remove that copy you simply issue the command CLEAR0,MAXRAM. -Rick-