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


20.1.9.19 Instruction modlu

Synopsys:

modlu

Push the result of the modulus 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