Write a MIPS program to find the sum of all prime numbers from 0 to 10. Follow the steps below. (refer 2 Problem2 example file below ,if needed)

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
100%
Size:
Array: .word 2 357
Sum: .word 0
#array elements
#sum
4. Load word (Iw) size to $s0
5. Load address (la) of the array into register $t0
---also initialize $s1 to ZERO to hold sum value during the execution
6. Begin loop
7. Load word first array content into register $1
8. Add content of register $11 with register $s1
9. Increment register $t0 to the address of second array element
Note: Array address increments by 4.
Decrement register $s0
If $$0 is not zero, goto step 6.
Store word (sw) data from $s1 sum into Sum
10.
11.
12.
13.
Provide the following (no hand written code):
Provide print screen shot of your ".asm" file.
(a)
(b)
Provide print screen shot of the QtSpim showing register $s1=11.
52°F
Transcribed Image Text:Size: Array: .word 2 357 Sum: .word 0 #array elements #sum 4. Load word (Iw) size to $s0 5. Load address (la) of the array into register $t0 ---also initialize $s1 to ZERO to hold sum value during the execution 6. Begin loop 7. Load word first array content into register $1 8. Add content of register $11 with register $s1 9. Increment register $t0 to the address of second array element Note: Array address increments by 4. Decrement register $s0 If $$0 is not zero, goto step 6. Store word (sw) data from $s1 sum into Sum 10. 11. 12. 13. Provide the following (no hand written code): Provide print screen shot of your ".asm" file. (a) (b) Provide print screen shot of the QtSpim showing register $s1=11. 52°F
1 / 2
100%
日
Write a MIPS program to find the sum of all prime numbers
from 0 to 10. Follow the steps below. (refer 2 Problem2 example
file below ,if needed)
1. Simulate the program using QtSpim.
2. Initialize an array to store the prime numbers 2,3,5, and 7.
3. Use variable declarations using the following:
#array size
#array elements
#sum
Size: .word 4
Array: .word 2 357
Sum: .word 0
4. Load word (lw) size to $s0
5. Load address (la) of the array into register $t0
---also initialize $s1 to ZERO to hold sum value during the execution
6. Begin loop
7. Load word first array content into register $11
8. Add content of register $t1 with register $s1
9. Increment register $t0 to the address of second array element
10.
Note: Array address increments by 4.
Decrement register $s0
If $$0 is not zero, goto step 6.
Store word (sw) data from $s1 sum into Sum
11.
12.
13.
Provide the following (no hand written code):
(a)
Provide print screen shot of your ".asm" file.
52°F
Transcribed Image Text:1 / 2 100% 日 Write a MIPS program to find the sum of all prime numbers from 0 to 10. Follow the steps below. (refer 2 Problem2 example file below ,if needed) 1. Simulate the program using QtSpim. 2. Initialize an array to store the prime numbers 2,3,5, and 7. 3. Use variable declarations using the following: #array size #array elements #sum Size: .word 4 Array: .word 2 357 Sum: .word 0 4. Load word (lw) size to $s0 5. Load address (la) of the array into register $t0 ---also initialize $s1 to ZERO to hold sum value during the execution 6. Begin loop 7. Load word first array content into register $11 8. Add content of register $t1 with register $s1 9. Increment register $t0 to the address of second array element 10. Note: Array address increments by 4. Decrement register $s0 If $$0 is not zero, goto step 6. Store word (sw) data from $s1 sum into Sum 11. 12. 13. Provide the following (no hand written code): (a) Provide print screen shot of your ".asm" file. 52°F
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY