Single Choice. Suppose $31 has the value 0x4000ac and $29 ha…
Single Choice. Suppose $31 has the value 0x4000ac and $29 has the value 0x7ffffdb0. After CPU executes the following two instructions at 0x400094 and 0x400098, answer the following 2 questions; answer the content of $29 in hexadecimal, and answer the memory address (effective memory address) in hexadecimal where the $31 will be written. If needed, you can reference MIPS Green Sheet.Links. instructionaddress Instructions ———– ———— addiu $29, $29, -12 sw $31, 16($29)