Unsigned divide c1 / c2. The remainder after division is stored to modulus.
dividend
divisor
set to c1 % c2
quotient c1 / c2
See Implementation
Unsigned divide c1 / c2. The remainder after division is stored to modulus.