Description: push long int from array[index]
Stack
ExampleJava---------------------long 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. |