mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-03-15 05:10:06 +01:00
[SPCA] Fix various errors
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
\newpage
|
||||
\subsection{The Stack}
|
||||
\label{sec:asm-stack}
|
||||
The Stack is the main way to dynamically allocate memory in Assembly, i.e. for temporary values. This process is completely manual: Allocating/Deallocating memory on the stack is entirely explicit. The stack grows \textit{downwards}: Addresses decrease as the stack grows.
|
||||
The Stack pointer \verb|%rsp| points to the current top of the stack.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user