handouts/ho07.tex
changeset 383 a6a6bf32fade
parent 377 a052a83f562e
child 394 2f9fe225ecc8
equal deleted inserted replaced
382:38e368dc9b10 383:a6a6bf32fade
   636 class file). This bytecode is understood by the JVM and can be
   636 class file). This bytecode is understood by the JVM and can be
   637 run by just invoking the \pcode{java}-program.
   637 run by just invoking the \pcode{java}-program.
   638 
   638 
   639 
   639 
   640 \begin{figure}[p]
   640 \begin{figure}[p]
   641 \lstinputlisting{../progs/test-small.j}
   641 \lstinputlisting[language=JVMIS]{../progs/test-small.j}
   642 \caption{Generated code for a test program. This code can be 
   642 \caption{Generated code for a test program. This code can be 
   643 processed by an Java assembler producing a class-file, which
   643 processed by an Java assembler producing a class-file, which
   644 can be run by the \pcode{java}-program.\label{test}}
   644 can be run by the \pcode{java}-program.\label{test}}
   645 \end{figure}
   645 \end{figure}
   646 
   646