Selaa lähdekoodia

fix margin in quick reference

Jeremy G. Siek 2 vuotta sitten
vanhempi
commit
f8903ce8d1
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      book.tex

+ 2 - 2
book.tex

@@ -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},