Autosave: 2024-04-20 12:50:05
This commit is contained in:
parent
e46231015c
commit
8ed39d3178
2 changed files with 2 additions and 2 deletions
BIN
.zk/notebook.db
BIN
.zk/notebook.db
Binary file not shown.
|
@ -12,8 +12,8 @@ of programs.
|
||||||
|
|
||||||
## Stack memory
|
## Stack memory
|
||||||
|
|
||||||
Similarly to the [[stack data structure]], it works on the basis of LIFO: the
|
Similarly to the [[Stacks|stacks]], it works on the basis of LIFO: the last item
|
||||||
last item put on the stack is the first item to be withdrawn.
|
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
|
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
|
stack can _only_ be accessed in a LIFO manner. Any item currently on the stack
|
||||||
|
|
Loading…
Add table
Reference in a new issue