divu

Operands

Op 1
Dn/(An)/Im/ea/(An, Xn)
Op 2
Dn

Divides (unsigned) the value of the second operand by the value of the first operand (op2 / op1). The quotient is stored in the first 16 bits of the destination register and the remainder is stored in the last 16 bits of the destination register. The first operand is read as a word, the second as a long

Loading...