Page 1 of 1

You are to write a program in MIPS assembly language that computes the value of Amdahl's Law. The program must do the fo

Posted: Sat May 14, 2022 2:36 pm
by answerhappygod
You Are To Write A Program In Mips Assembly Language That Computes The Value Of Amdahl S Law The Program Must Do The Fo 1
You Are To Write A Program In Mips Assembly Language That Computes The Value Of Amdahl S Law The Program Must Do The Fo 1 (21.9 KiB) Viewed 85 times
You are to write a program in MIPS assembly language that computes the value of Amdahl's Law. The program must do the following: 1. Input the number of processors, must be a positive integer, if O terminate the program. 2. Input the percent of the program that must be run serially (must be an integer or decimal number between 1 and 99) 3. Compute the maximum performance gain using Amdahl's Law. 4. Display output the result. 5. Loop back up to statement 1 above. Make certain that you have lots of comments in your MIPS assembly language code. For this assignment, turn in your MIPS assembly language code and a screenshot showing a test run.