Alexey Toptygin wrote:
That's what I think too, but the spec is pretty
clear that having a
stack is in no way a requirement (if I'm reading it correctly).
Well you could use a linked list like LISP.It still functions
as stack. Local variables still have to be created on entry and
exit how ever from a list of free memory but could be done providing
the computer hardware supports Indirect addressing.
Alexey