equal
deleted
inserted
replaced
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 |