[A83] Re: allocating uninitialized memory? + _insertmem


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

[A83] Re: allocating uninitialized memory? + _insertmem



_MemChk  EQU 42E5h
----- Original Message -----
From: MyOwnLittlWorld@aol.com
To: assembly-83@lists.ticalc.org
Sent: Saturday, May 31, 2003 10:10 PM
Subject: [A83] Re: allocating uninitialized memory? + _insertmem

In a message dated 03/05/31 8:12:02 PM Eastern Standard Time, bms9019@rit.edu writes:


theres no way to assure that the user has enough free ram?  thats bullcrap.  you can check to see if you have enough free ram to create a program before creating it.  or if you don't like that idea, you can use error handlers to catch errors when you creation routine fails.  or if you want to make sure the user has say 1k of free ram afterward... make a routine to do the math first!



no genius, there's no way to make sure that the user hasn't already filled up the entire 24k of ram.
Nick

References: