diff --git a/doc/csc-compiler.pdf b/doc/csc-compiler.pdf index 04de006..b061f73 100644 Binary files a/doc/csc-compiler.pdf and b/doc/csc-compiler.pdf differ diff --git a/doc/csc-compiler.tex b/doc/csc-compiler.tex index b7073ec..f346f34 100644 --- a/doc/csc-compiler.tex +++ b/doc/csc-compiler.tex @@ -603,7 +603,7 @@ \subsection{Implementation Specifics} # ... .data # The following data items should be stored in # the data segment. - newline: .ascizz "\n" # Store the string "\n" in memory and + newline: .asciiz "\n" # Store the string "\n" in memory and # null-terminate it. Use label 'newline' # to reference it. \end{lstlisting}