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