Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This is for assembly language in MIPS/MARS. Please help me ASAP . Lab Objectives: To gain a better understanding of MIPS you will do an

This is for assembly language in MIPS/MARS. Please help me ASAP .image text in transcribed

Lab Objectives: To gain a better understanding of MIPS you will do an exercise from the assembly textbook. There will be no lab report requirement as well. Exercise 7.9.3 Write a program to find prime numbers from 3 to n in a loop by dividing the number n by all numbers from 2..n/2 in an inner loop. Using the remainder (rem) operation, determine if n is divisible by any number. If n is divisible, leave the inner loop. If the limit of n/2 is reached and the inner loop has not been exited, the number is prime and you should output the number. So if the user were to enter 25, your program would print out "2, 3, 5,7,11,13, 17, 19, 23". Extra Credit The exercise as given uses a brute force solution to find the primes. If you instead use a Sieve of Eratosthenes to determine the primes, and clearly indicate that you have done so in your README.txt, you will receive an extra 20% on this lab. This of course requires you to implement the sieve correctly

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Probabilistic Databases

Authors: Dan Suciu, Dan Olteanu, Christopher Re, Christoph Koch

1st Edition

3031007514, 978-3031007514

More Books

Students also viewed these Databases questions