Question: i need the code please , Thank you 1. Declare in data memory an array A of three arbitrary positive integer. 2. In the text
1. Declare in data memory an array A of three arbitrary positive integer. 2. In the text segment, enter lw $t0, A lw $t1, A+4 lw $t2, A+8 and save the program and execute the program one instruction at a time. When the 3rd instruction is executed, take a screenshot and highlight the memory area of array A and registers with the three values copies over from the array A. 3. In the text segment, add the following four instructions: la $a0, A ly $t5, ($a0) lw $t4, 4($a0) Iw $t3, 8($a0) Save the program, and execute the program from the beginning one instruction at a time. When the last instruction is executed, take a screenshot and highlight registers $a0, $t0-$t5. What to submit in BB: . A MS Word or a pdf file which includes A brief summary of o the role of register $50 $a0 in part 3, and o how 'l' instructions produce the effective memory address. Two screenshots
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
