Question: Am I doing this correctly and how would I complete this? QUESTION 3 Write the six lines of code that will load the value from
Am I doing this correctly and how would I complete this?
QUESTION 3 Write the six lines of code that will load the value from memory address 60, load the value from memory address 64, and store the larger of those two values in memory address 60. Do not use labels. There is more than one possible way to do this, and Blackboard will mark you wrong if you do it a different way that I did. I'll go back and look at all of the answers and fix the ones that are correct but are different from what I coded up in Blackboard. lw a0, 60 (x0) ( x1 ) lw 0 64 bge a0 al SW ( x2 jal x0, SW (x0)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
