Autosave: 2024-04-20 12:50:05

This commit is contained in:
thomasabishop 2024-04-20 12:50:05 +01:00
parent e46231015c
commit 8ed39d3178
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -12,8 +12,8 @@ of programs.
## Stack memory
Similarly to the [[stack data structure]], it works on the basis of LIFO: the
last item put on the stack is the first item to be withdrawn.
Similarly to the [[Stacks|stacks]], it works on the basis of LIFO: the last item
put on the stack is the first item to be withdrawn.
Note, this doesn't mean that the data at the memory addresses that comprise the
stack can _only_ be accessed in a LIFO manner. Any item currently on the stack