Write an MIPS assembly language program to calculate A divided by B, using the approach described in

Question:

Write an MIPS assembly language program to calculate A divided by B, using the approach described in Figure 3.9. Assume A and B are unsigned 6-bit integers.

Figure 3.9Divisor 64-bit ALU Remainder 64 bits Shift right 64 bits Write Control test Quotient Shift left 32 bits


Let’s look in more detail at division. We will use the octal numbers in the following table.a. b. A 74 76 B 21 52

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Computer Organization And Design The Hardware Software Interface

ISBN: 9780123747501

4th Revised Edition

Authors: David A. Patterson, John L. Hennessy

Question Posted: