瀏覽代碼

tweak to chapter 2 print x86

Jeremy Siek 6 年之前
父節點
當前提交
7719b72f98
共有 1 個文件被更改,包括 2 次插入2 次删除
  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