Question: Your program will start at x 3 0 0 0 in memory and sum the numbers stored at memory locations x 3 1 0 0

Your program will start at x3000 in memory and sum the numbers stored at memory locations x3100 to x3109. Please note that while the autograder will populate these memory address with data values, when testing your program, you will need to place these values into memory manually. I recommend doing so by modifying the memory values via the simulator rather than using assembly code. The final sum will be stored at memory location x310A. Once stored, your program will halt the machine using the HALT commanone2TenTest Test (0/10)
ten2OneNegativeTest (0/10)
somePositiveSetTest (0/10)
someNegativeSetTest (0/10)
someMixedSetTest (0/10)d.
You must place any .FILL pseudo-ops after your HALT command. Placing .FILL pseudo-ops before the HALT will cause the data stored at those locations to be executed as instructions. This can cause your code to produce unexpected results and prevent Gradescope from executing correctly.

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 Databases Questions!