Description: retrieve a char from array[index]
Stack
ExampleJava---------------------char a = array[0] Jasm-------------------
aload_1 ; push array from local 1 ExceptionsNullPointerException if array ref is null ArrayIndexOutOfBoundsExceptionBack to |
||||||
back to opcode reference. |