Files
eth-summaries/semester3/spca/parts/00_asm/03_operations/00_intro.tex
2026-01-22 07:35:37 +01:00

10 lines
459 B
TeX

\newpage
\subsection{Operations}
Assembly operations include performing arithmetic or logic functions on registers or memory data,
transferring data between memory and registers and transferring control (conditional or unconditional jumps).\\
Note that \verb|move| instructions \textit{cannot} move data directly from memory to memory.
The following instruction formats are commonly used:
\inputcodewithfilename{gas}{}{code-examples/01_asm/00_operations.s}