Question: An integer array [194,241,169,81,200,81] is stored in memory. Each integer has 32 bits. Suppose the first byte of the array data has a hexadecimal address
An integer array [194,241,169,81,200,81] is stored in memory. Each integer has 32 bits. Suppose the first byte of the array data has a hexadecimal address of BCC44850, and the content of the $t4 register is also BCC44850 in hexadecimal. List the integer values in decimal in the array starting with element 0, after the following MIPS code is executed. Separated them by comma, for example, 11,22,33,44.
lw $t0, 20($t4) lw $t5, 20($t4) add $t5, $t0, $t5 sw $t5, 12($t4)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
