progs/while/test-small.j
changeset 809 2b9956d29038
parent 808 ba3edaf7dc49
child 850 ea320c9427d2
equal deleted inserted replaced
808:ba3edaf7dc49 809:2b9956d29038
    12 
    12 
    13 .method public static main([Ljava/lang/String;)V
    13 .method public static main([Ljava/lang/String;)V
    14    .limit locals 200
    14    .limit locals 200
    15    .limit stack 200
    15    .limit stack 200
    16 
    16 
    17    bipush 8
    17    ; 1 + ((2 * 3) + (4 - 3))
       
    18    ldc 1       
       
    19    ldc 2
       
    20    ldc 3
       
    21    imul
       
    22    ldc 4
       
    23    ldc 3
       
    24    isub
       
    25    iadd
       
    26    iadd
    18    invokestatic test/test/write(I)V 
    27    invokestatic test/test/write(I)V 
    19    return
    28    return
    20 .end method
    29 .end method