Page 1 of 1

77368 The following is the MIPS assembly code Ps 100($3) Addi $6,$2, 3000 Loop: Lw $7, 200($1) Add $5, $3, $1 Sw $5,300(

Posted: Sun Jul 10, 2022 11:31 am
by answerhappygod
77368 The Following Is The Mips Assembly Code Ps 100 3 Addi 6 2 3000 Loop Lw 7 200 1 Add 5 3 1 Sw 5 300 1
77368 The Following Is The Mips Assembly Code Ps 100 3 Addi 6 2 3000 Loop Lw 7 200 1 Add 5 3 1 Sw 5 300 1 (1.18 MiB) Viewed 63 times
77368 The following is the MIPS assembly code Ps 100($3) Addi $6,$2, 3000 Loop: Lw $7, 200($1) Add $5, $3, $1 Sw $5,300($3) Addi $6, $6, 4 Bne $5,$7, loop a. Identify the instruction type used for each unique instruction in the code. (2) b. If the cycles required are i.ALU-4, ii. Store- 7, iii.Branch-3, iv. Load-5, what is the average CPI? c. What is the MIPS rate for the code working on a computer with clock rate of 1GHz? (2)