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


20.1.9.15 Instruction divlu

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