Java Virtual Machine (Java Series)
fadd
fadd Stack
Before | After |
| value1 | result |
| value2 | ... |
| ... |
Pops two single-precision floating point numbers off the operand stack, adds them, and pushes the result back onto the stack. Floating point addition follows IEEE rules.
Bytecode
Type | Description |
| u1 | fadd opcode = 0x62 (98) |
dadd, iadd, ladd
prev next contents
Java Virtual Machine, by Jon Meyer and Troy Downing, O'Reilly Associates
Категории