User`s manual

.DIVU32
5-67
5
.DIVU32
Name
.DIVU32 - Unsigned 32-bit x 32-bit divide
Code
$006A
Description
Unsigned division is performed on two 32-bit integers and the
quotient is returned as a 32-bit unsigned integer. The case of
division by zero is handled by returning the maximum unsigned
value $FFFFFFFF.
Entry Conditions
R03: 32-bit divisor (value to divide by)
R04: 32-bit dividend (value to divide)
Exit Condition Different From Entry
R03: 32-bit quotient (result from division)