From: Matthias T. <mt...@we...> - 2008-06-16 10:02:13
|
hi, > why is the heap pointer stored in EEPROM? It is the pointer to the first unused ram address. There may be words in the dictionary that uses ram below it and they depend on the absolute address. > I probably miss something, but wouldn't it be more logical to store that > in > RAM as its contents are irrelevant after the RAM has been deleted? No, the content of the RAM is lost, but not it's structure. The words that allocated RAM will use it again at the same addresses (that those words need to store somewhere, e.g. as a variable entry in the dictonary). bye Matthias |