Encoding/Decoding Practice
For all decode, you must use ABI names for registers, such as a0, t0, and s0, instead of the integer names, such as x0, x5, and x10. Decode answers should look like assembly code:
For example, decode 0x00c5_8533 would be: add a0, a1, a2
3
1 point
Encode sra a0, a3, a5 and give your answer in hex: type your answer...