Question: 3 . ( Bonus - 3 0 p ) Create an array with 1 0 0 elements of type word. To find the prime numbers

3.(Bonus -30p) Create an array with 100 elements of type word. To find the prime numbers in the array, call a subroutine named The prime numbers found in the array should be stored in a separate array in the data segment. Write the assembly programs for the main procedure and the subroutine.
- Name the file containing your main program as S3YourStudentNumber.asm and the file containing your subroutine as S3_alt_yourstudentnumber.asm.
- Compile your programs into an file using and link them to create a document named S3YourStudentNumber.exe.
- Demonstrate that your program works correctly using debugging by providing screenshots showing the registers, flags, and relevant memory regions during execution.
- Compile all these steps, along with explanations of your assembly code, into a single PDF document named S3YourStudentNumber.pdf.
3 . ( Bonus - 3 0 p ) Create an array with 1 0 0

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!