Next: Instruction modi, Previous: Instruction divl, Up: Arithmetic instructions [Contents][Index]
Synopsys:
divlu
Push the result of the integer division of the two unsigned longs at the top of the stack. If the denominator is zero, raise PVM_E_DIV_BY_ZERO.
Stack: ( ULONG ULONG -- ULONG ULONG ULONG )
Exceptions: PVM_E_DIV_BY_ZERO