;>> Loops.class << ; ; Output created by D-Java (Nov 1 2006) ; mailto:umsilve1@cc.umanitoba.ca ; Copyright (c) 1996-1997 Shawn Silverman ; ;Classfile version: ; Major: 45 ; Minor: 3 .source loops.f .class public final Loops ; ACC_SUPER bit is set .super java/lang/Object ; >> METHOD 1 << .method public ()V .limit stack 1 .limit locals 1 aload_0 invokespecial java/lang/Object/()V return .end method ; >> METHOD 2 << .method public static loops(ILorg/netlib/util/intW;)V .limit stack 3 .limit locals 7 iconst_0 istore_2 iconst_0 istore_3 iconst_0 istore 4 iconst_1 istore 4 bipush 100 iconst_1 isub iconst_1 iadd istore 5 goto Label4 Label1: iconst_1 istore_3 bipush 10 iconst_1 isub iconst_1 iadd istore 6 goto Label3 Label2: aload_1 getfield org/netlib/util/intW/val I iconst_1 isub istore_2 iload_3 iconst_1 iadd istore_3 iinc 6 -1 Label3: iload 6 ifgt Label2 iload 4 iconst_1 iadd istore 4 iinc 5 -1 Label4: iload 5 ifgt Label1 iconst_1 istore 4 bipush 20 iconst_1 isub iconst_1 iadd istore 5 goto Label6 Label5: iload_2 iconst_1 iadd istore_2 goto Label7 iload 4 iconst_1 iadd istore 4 iinc 5 -1 Label6: iload 5 ifgt Label5 Label7: aload_1 iload_2 bipush 8 idiv putfield org/netlib/util/intW/val I return .end method