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.
This instruction does NOT check for division by zero, so if it is attempted, the poke process will be aborted.
Stack: ( ULONG ULONG -- ULONG ULONG ULONG )
Exceptions: PVM_E_DIV_BY_ZERO