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