Problem:
Question 1- Write the values in $t0 for each code line in the 8-digit hexadecimal format (fill in 0s properly to make an 8-digits hexadecimal presentation).
Question 2- Record the value in $ra and the line code pointed by the address in $ra
.text
main:
- lui $t0, 15
- or $t0, 15
- lui $t0, 15
- jr $ra
Show your calculations, but you do not need to write out any explanation.