See below
Now,
you need to
get the size of the array.
The size is the first word of the data section.
Recall
that the data section starts at the address 0x10000000.
Load the top half of that address into the base register.
Then, load the size into register $15
.
After that, point the base register at the first word of the array.
Fill in the blanks.