We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8465012 commit 3705f87Copy full SHA for 3705f87
book.tex
@@ -4082,7 +4082,8 @@ \section{Patch Instructions}
4082
\end{lstlisting}
4083
4084
There is a similar corner case that also needs to be dealt with. If
4085
-one argument is an immediate integer larger than $2^{16}$ and the
+one argument is an immediate integer larger than $32$ bits (either
4086
+greater or equal to $2^{31}$ or less than $-2^{31}$) and the
4087
other is a memory reference, then the instruction is invalid. One can
4088
fix this, for example, by first moving the immediate integer into
4089
\key{rax} and then using \key{rax} in place of the integer.
0 commit comments