Skip to content

Commit

Permalink
CS 241: fixed typo "list" => "lis".
Browse files Browse the repository at this point in the history
  • Loading branch information
christhomson committed Mar 24, 2013
1 parent 6236caa commit f88462e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified cs241.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion cs241.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3595,7 +3595,7 @@
\\ \\
Let's look at Code(lvalue $\to$ ID). We know that variables are just offsets in the stackframe. We can get the offset of the ID from the symbol table. We need the \emph{address} of that location, though. So, we get Code(lvalue $\to$ ID) =
\begin{verbatim}
list $3
lis $3
.word offset(ID)
add $3, $3, $29
\end{verbatim}
Expand Down

0 comments on commit f88462e

Please sign in to comment.