Deps through memory: better example

This commit is contained in:
Théophile Bastian 2024-12-01 22:39:43 +01:00
parent 2188c29b51
commit d44521310b

View file

@ -58,7 +58,7 @@ loop:
\begin{lstlisting}[language={[x86masm]Assembler}, numbers=none]
mov %r10, 4(%rax)
add $4, %rax
add %rbx, (%rax)
add (%rax), %rbx
\end{lstlisting}
\end{minipage}\hfill
\begin{minipage}[c]{0.68\textwidth}