hws/hw09.tex
changeset 525 a2ee4b11c976
parent 459 780486571e38
child 577 7a437f1f689d
equal deleted inserted replaced
524:3acec8c93c4b 525:a2ee4b11c976
    31 \end{lstlisting}
    31 \end{lstlisting}
    32 
    32 
    33   Give the arithmetic expression that produced this code.  Make sure
    33   Give the arithmetic expression that produced this code.  Make sure
    34   you give all necessary parentheses.
    34   you give all necessary parentheses.
    35 
    35 
    36 \item Describe what the following two JVM instructions do!
    36 \item Describe what the following three JVM instructions do!
    37 
    37 
    38 \begin{lstlisting}[language=JVMIS,numbers=none]
    38 \begin{lstlisting}[language=JVMIS,numbers=none]
    39 iload 3
    39 iload 3
    40 istore 1
    40 istore 1
       
    41 ifeq label
    41 \end{lstlisting}
    42 \end{lstlisting}
    42 
    43 
    43 \item \POSTSCRIPT  
    44 \item \POSTSCRIPT  
    44 
    45 
    45 %  \item It is true (I confirmed it) that
    46 %  \item It is true (I confirmed it) that