Next: , Previous: , Up: Arithmetic instructions   [Contents][Index]


21.1.10.14 Instruction divl

Synopsys:

divl

Push the result of the integer division of the two longs at the top of the stack. If the denominator is zero, raise PVM_E_DIV_BY_ZERO.

Stack: ( LONG LONG -- LONG LONG LONG )

Exceptions: PVM_E_DIV_BY_ZERO