prev next contents
dmul

multiply two doubles

Jasmin Syntax


    dmul

Stack

Before

After
value1-word1
result-word1
value1-word2
result-word1
value1-word1
...
value2-word2

...

Description

Pops the top two double-precision floating point numbers off the stack, multiplies them, and pushes the double-precision result back onto the stack. Multiplication is performed using the standard IEEE rules for double precision floating point arithmetic.

Bytecode

Type

Description
u1
dmul opcode = 0x6B (107)
See Also

imul, lmul, fmul


prev next contents
Java Virtual Machine, by Jon Meyer and Troy Downing, O'Reilly Associates