We know the format of R-format: 0000 00ss ssst tttt dddd d000 0010 0000 add rd.rs,rt We try to translate add $2,$3,$4, please answer the following question: 1) If we know $2=3, $3=23, $4=5, What is in $2 after the instruction add $2,$3,$4 is executed??(Please fill in decimal)
4) Translate add $2,$3,$4, in machine language code: 000000 SSSSS ttttt ddddd 00000100000 add rd.rs,rt 000000 _____ ___ ____ 00000100000 add $2,$3,$4