84PCE:RAM:D0150B
From WikiTI
Synopsis
Unofficial Name: lastEntryStk
Memory Address: D0150Bh
Length: 2048 bytes
This is the start of entry stack (note that the last entry is not in the stack, it is in the program '#')
The first 2 bytes are length of the entry, followed by input string.
2nd from last entry is first in this stack.
If you don't care about user friendliness, you can use this for your own RAM purposes. Just be sure to reset numLastEntries whenever you feel like it.