Description: push integer from array[index]
Stack
ExampleJava---------------------integer a = array[0]; Jasm-------------------
aload_1 ; push the array from local 1 ExceptionsNullPointerException if array ref is nullArrayIndexOutOfBoundsException if it is out Back to |
||||||
back to opcode reference. |