소스 검색

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