LIST 74 ============================================================================ aload_ Stack: ... => ..., value Forms: aload_0 = 42, aload_1 = 43, aload_2 = 44, aload_3 = 45 The value of the local variable at in the current Java frame is pushed onto the operand stack. This instruction is the same as aload with a vindex of , except that the operand is implicit. ============================================================================