Question: - Translate the following C statement into an assembly program, assuming 16-bit unsigned integers x and y (i.e. unsigned short) are stored in register r1,

- Translate the following C statement into an assembly program, assuming 16-bit unsigned integers x and y (i.e. unsigned short) are stored in register r1, and r2, respectively. z=x%y; In C the modulus operator gives the remainder Store the result in r3. Hint: Use SDIV, MLS "The remainder is 1 when 7 is divided by 2 " means "7=2(3)+1" DIVIDEND = DIVISOR ( QUOTIENT )+ REMAINDER
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
