.class p3 .access public .modifyers .extends java.lang.Object .implements .method main .maxStack 5 .access public .modifyers static .signature ([Ljava/lang/String;)V .args args .data int argc int argv int start int i int end String message .code spush "Please enter a starting integer value: " astore message aload message invokestatic io write_string (Ljava/lang/String;)V invokestatic io read_int ()I istore start ipush 0 istore start iload start istore i iload start ipush 15 iadd istore end L0 iload i iload end if_icmplt L1 ipush 0 goto L2 L1 ipush 1 L2 ipush 0 if_icmpeq L3 iload i invokestatic io write_int (I)V iload i ipush 1 iadd istore i goto L0 L3 return .end