ladd :
add two long integers : index : visitInsn()
- Description
- Pops two long integers from the operand stack, adds them and then pushes
the result back onto the stack. On overflow, ladd produces a result whose low
order bits are correct, but whose sign bit may be incorrect.
- See also
- iadd fadd dadd
- Stack
Before
|
After |
value1-word1 |
result-word1 |
value1-word2 |
result-word2 |
value2-word1 |
... |
value2-word2 |
... |
... |
... |
- Bytecode
Type
|
Description |
u1
|
ladd
0x61 (97)
|