Deps through memory: better example
This commit is contained in:
parent
2188c29b51
commit
d44521310b
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue