|
@@ -23703,8 +23703,8 @@ registers.
|
|
|
\texttt{popq} $A$ & $*\texttt{rsp} \to A;\, \texttt{rsp} + 8 \to \texttt{rsp}$ \\
|
|
|
\texttt{pushq} $A$ & $\texttt{rsp} - 8 \to \texttt{rsp};\, A \to *\texttt{rsp}$\\
|
|
|
\texttt{leaq} $A$, $B$ & $A \to B$ ($B$ must be a register.) \\
|
|
|
-\texttt{cmpq} $A$, $B$ & Compare $A$ and $B$ and set the flag register ($B$ must not
|
|
|
- be an immediate). \\
|
|
|
+\texttt{cmpq} $A$, $B$ & \multirow{2}{3.7in}{Compare $A$ and $B$ and set the flag register ($B$ must not be an immediate).} \\
|
|
|
+ & \\
|
|
|
\texttt{je} $L$ & \multirow{5}{3.7in}{Jump to label $L$ if the flag register
|
|
|
matches the condition code of the instruction; otherwise go to the
|
|
|
next instructions. The condition codes are \key{e} for \emph{equal},
|