Re: Random Access?

2017-03-24 Thread Alexander Burger
Hi Christopher, > (list (box) (box) (box)) > ... > ($177760526373112 $177760526373114 $177760526373116) > Where each memory location is two more than the previous. I am wondering Yes. BTW, these are actually cell addresses, not bytes. The values have to be multiplied by 16 to get the physical ad

Random Access?

2017-03-24 Thread Christopher Howard
Hi list. I noticed that when I evaluate (list (box) (box) (box)) I get ($177760526373112 $177760526373114 $177760526373116) Where each memory location is two more than the previous. I am wondering if this behavior is guaranteed to always be the case, the implication being one could have random