A register $t0 contains value 0x10008040. Write out the machine code for
the MIPS instruction that loads a word from the main memory at address
0x10008048, and stores the result in register $s1. The instruction should make use of register $t0. Answer as a hexadecimal value for the machine code.
i have come so far in this question
lw $t0, 8($s1)
then i am stack how to do thanks for help.