In the following problems, you will compare code written using the ARM and MIPS instruction sets. The

Question:

In the following problems, you will compare code written using the ARM and MIPS instruction sets. The following table shows code written in the ARM instruction set.29 b. MOV r0. #10 r0, rl r0, 1 LOOP LOOP: ADD SUBS BNE ADD ADC r0, rl r2, r3 init loop counter to 10 ; add r1


Assuming that the average CPI of the MIPS assembly routine is the same as the average CPI of the ARM assembly routine, and the MIPS processor has an operation frequency that is 1.5 times that of the ARM processor, how much faster is the ARM processor than the MIPS processor?

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: