Question: Assume that arrA array is already defined and allocated in the memory, its base address 0xabcd6000 is already stored in $a3 and its number of
Assume that arrA array is already defined and allocated in the memory, its base address 0xabcd6000 is already stored in $a3 and its number of elements in $a1. Answer each of the next questions as required.
arrA: .half 0xf399,0x20,0x73,0x40,0x50,0x69, ...
Please write question numbers and answer parts in this question in order.
Q1) The sixth element of arrA is located at HEX address _________
Q2) Write one MIPS instruction to copy into $t8 the value of the sixth element of arrA: ________
Q3) Write one MIPS instruction to calculate $t3 = 64 * sixth element: ________
Q4) Write NO more than 3 MIPS instructions to increment the sixth element of of arrA: _________
Q5) Write no more than 6 instructions to calculate
$v1= first element * last element in arrA.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
