POINTERS.DOC: The list of Saturn register use in RPL. ÚÄÄÄÄ¿ ³ D0 ³ contains a pointer to the next RPL instruction in the current ÀÄÄÄÄÙ program (like a hardware level program counter, but at an RPL level). ÚÄÄÄÄ¿ ³ D1 ³ points to the "top" of the stack (level 1). ÀÄÄÄÄÙ (Note: The stack only contains pointers to objects, not the objects themselves. Thus D1+5 points to level 2; D1+10 to level 3, etc.) ÚÄÄÄ¿ ³ D ³ is the amount of free space between stack and heap. If you push ÀÄÄÄÙ or pop the stack be sure to update the value in D. ÚÄÄÄ¿ ³ B ³ points to top of heap. ÀÄÄÄÙ