Arithmetic/Integer: Difference between revisions

Content added Content deleted
Line 51: Line 51:
A 32-bit signed remainder and a 32-bit signed quotient replace the dividend
A 32-bit signed remainder and a 32-bit signed quotient replace the dividend
in the even-numbered and odd-numbered registers, respectively.
in the even-numbered and odd-numbered registers, respectively.
The sign of the quotient is determined by the rules of algebra.
The remainder has the same sign as the dividend.
<lang 360asm>* Arithmetic/Integer 04/09/2015
<lang 360asm>* Arithmetic/Integer 04/09/2015
ARITHINT CSECT
ARITHINT CSECT