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