Jelajahi Sumber

tweak to chapter 2 print x86

Jeremy Siek 6 tahun lalu
induk
melakukan
7719b72f98
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      book.tex

+ 2 - 2
book.tex

@@ -1968,8 +1968,8 @@ by using the \code{print\_int} function provided in
 \code{runtime.c}. If your compiler has been implemented correctly so
 far, this final result should be stored in the \key{rax} register.
 We'll talk more about how to perform function calls with arguments in
-general later on, but for now, make sure that your x86 printer
-includes the following code as part of the conclusion:
+general later on, but for now, place the following after the compiled
+code for the $R_1$ program but before the conclusion:
 
 \begin{lstlisting}
     movq %rax, %rdi