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 x in memory and sum the numbers stored at memory locations x to x 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 xA Once stored, your program will halt the machine using the HALT commanoneTenTest Test
tenOneNegativeTest
somePositiveSetTest
someNegativeSetTest
someMixedSetTest d
You must place any FILL pseudoops after your HALT command. Placing FILL pseudoops 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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
