[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Stack vs. heap?



Martin Doherty wrote:
> David4602@gmail.com wrote:
> >Heaps don't necessarily make use of _the_ (6502) stack - they typically
> >make use of _a_ stack (fifo) construct.
> >
> Don't you mean lifo (last in first out) ?

*D'oh!*  Yes, stack=lifo, queue=fifo.