You are to write a program in MIPS assembly language that computes the value of Amdahl's Law. The program must do the fo
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
You are to write a program in MIPS assembly language that computes the value of Amdahl's Law. The program must do the fo
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.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!