Description: get ( Object )array[index] and put it on stack
Stack
ExampleJava---------------------Object x = arr[0]; Jasm-------------------
aload_1 ; load arr reference from local var1 ExceptionsNullPointerException array is nullArrayIndexOutOfBoundsException Back to |
||||||
back to opcode reference. |