Consider the following fragment of assembly language that is to be executed on a generic three way

Question:

Consider the following fragment of assembly language that is to be executed on a generic three way superscalar processor that can accommodate one memory access per clock. Rewrite the code to improve its performance.

LDR r1, [12] LDR r3, [14] MUL r5, r3, #12 ADD r3, r3, rl STR r3, [14] ADD r1, rl, #4 STR r1, [r2] ADD r7, r7,

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

Step by Step Answer:

Question Posted: