iload_n : push integer from local variable <n> : index :
iload_0 ;push integer in local variable 0 onto the stack iload_1 ;push integer in local variable 1 onto the stack iload_2 ;push integer in local variable 2 onto the stack iload_3 ;push integer in local variable 3 onto the stack
| Before | After | 
| ... | int-value | 
| ... | 
| Type | Description | 
| u1 | iload_0 opcode = 0x1A (26) | 
| u1 | iload_1 opcode = 0x1B (27) | 
| u1 | iload_2 opcode = 0x1C (28) | 
| u1 | iload_3 opcode = 0x1D (29) |