Provide the type and assembly language for the following bin
Provide the type and assembly language for the following binary value:
 0000 0010 0001 0001 0100 0000 0010 0000two
Solution
Answer:
Add $s0 $s0 $s0
| Binary Value | 000000 | 10000 | 10000 | 100000 | 00000 | 100000 | |
| Assembly code | op = 0 (add) | rs = 16 ($s0) | rt = 16 ($s0) | rd = 16($s0) | shamt =0 | funct = 0x20 (add) | 

