hws/hw09.tex
changeset 525 a2ee4b11c976
parent 459 780486571e38
child 577 7a437f1f689d
--- a/hws/hw09.tex	Thu Oct 19 11:04:43 2017 +0100
+++ b/hws/hw09.tex	Thu Oct 19 13:15:22 2017 +0100
@@ -33,11 +33,12 @@
   Give the arithmetic expression that produced this code.  Make sure
   you give all necessary parentheses.
 
-\item Describe what the following two JVM instructions do!
+\item Describe what the following three JVM instructions do!
 
 \begin{lstlisting}[language=JVMIS,numbers=none]
 iload 3
 istore 1
+ifeq label
 \end{lstlisting}
 
 \item \POSTSCRIPT