lstore_n : store long in local variables <n> and <n> + 1 : index :
lstore_0 ;store long in local variable 0 and 1 lstore_1 ;store long in local variable 1 and 2 lstore_2 ;store long in local variable 2 and 3 lstore_3 ;store long in local variable 3 and 4
Before | After |
value-word1 | ... |
value-word2 | ... |
... | ... |
Type | Description |
u1 | lstore_0 opcode = 0x3F (63) |
u1 | lstore_1 opcode = 0x40 (64) |
u1 | lstore_2 opcode = 0x41 (65) |
u1 | lstore_3 opcode = 0x42 (66) |