; This file was generated by SmallPascal compiler. ; author: Fidel Viegas (viegasfh@hotmail.com) .source test2.pas .class public test2 .super java/lang/Object .field public static x I = 0 .field public static y I = 0 .field public static z I = 0 .method public ()V aload_0 invokenonvirtual java/lang/Object/()V return .end method .method public static main([Ljava/lang/String;)V .limit stack 5 .limit locals 1 iconst_3 putstatic test2/x I iconst_5 putstatic test2/y I iconst_4 putstatic test2/z I getstatic java/lang/System/out Ljava/io/PrintStream; getstatic test2/x I getstatic test2/y I iadd getstatic test2/z I imul invokevirtual java/io/PrintStream/println(I)V return .end method