Last In First Out (LIFO)

Revision as of 01:12, 21 April 2022 by Todd Price (talk | contribs) (Created page with "An emergent property of stack based data structures where the last element added to the stack is the first taken off in natural operations. Opcodes may direct jump or skip t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

An emergent property of stack based data structures where the last element added to the stack is the first taken off in natural operations.

Opcodes may direct jump or skip type operations of a magnitude specified in a value of the opcode.