Convert the following MIPS assembly code into machine language. Write the machine instructions in hexadecimal.

add $t0, $s0, $s1, the machine code in hexadecimal is 0x____(1)____ ____(2)_____ ____(3)_____ ____(4)_____ ____(5)_____ ____(6)_____ ____(7)_____ ____(8)_____

lw $t0, 0x20($t7) , its machine code is

0x____(9)____ ____(10)_____ ____(11)_____ ____(12)_____ ____(13)_____ ____(14)_____ ____(15)_____

addi $s0, $0, -10 , its machine code is

0x____(16)____ ____(17)_____ ____(18)_____ ____(19)_____ ____(20)_____ ____(21)_____ ____(22)_____ ____(23)_____