Q: Assistance in understanding and solving this example on Digital Design and Computer Architecture with the steps of the solution to better understand, thanks.
a) The fact that several MIPS instructions (collectively called R-type) follow the
same format: instruction mnemonic, destination register, first source register, second source register is a reflection of:
| Design Principle 4 not the right answer |
b) Which of the four instructions given as choices, correctly matches the description: "this instruction will write the value inside memory location addressed by 24 (that's the decimal number 24) into the register $t2"?.
| sw $t2, 0x18($0) not the right answer |
c) Which of the four instructions given as choices, correctly matches the description: "this instruction will write the value inside $t5 into memory location addressed by 0x30 (note that the 0x prefix means the number is in hexadecimal format)"?.
| sw $t5, 30($0) not the answer |