Next: Instruction divlu, Previous: Instruction diviu, Up: Arithmetic instructions [Contents][Index]
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