dload_n : retrieve double from local variables <n> and <n> + 1 : index :
dload_0 ; push double in local variables 0 and 1 onto stack dload_1 ; push double in local variables 1 and 2 onto stack dload_2 ; push double in local variables 2 and 3 onto stack dload_3 ; push double in local variables 3 and 4 onto stack
Before | After |
... | result-word1 |
result-word2 | |
... |
Type | Description |
u1 | dload_0 opcode = 0x26 (38) |
u1 | dload_1 opcode = 0x27 (39) |
u1 | dload_2 opcode = 0x28 (40) |
u1 | dload_3 opcode = 0x29 (41) |