Provide the type and assembly language for the following binary value: 0000 0010
ID: 3881112 • Letter: P
Question
Provide the type and assembly language for the following binary value: 0000 0010 0001 0001 0100 0000 0010 0000two.Make sure you read the binary code very carefully. It’s 0001 0001 0100 not 0001 0000 0100. Provide the type and assembly language for the following binary value: 0000 0010 0001 0001 0100 0000 0010 0000two.
Make sure you read the binary code very carefully. It’s 0001 0001 0100 not 0001 0000 0100. Provide the type and assembly language for the following binary value: 0000 0010 0001 0001 0100 0000 0010 0000two.
Make sure you read the binary code very carefully. It’s 0001 0001 0100 not 0001 0000 0100.
Explanation / Answer
000000 - > op=0 add
10000 - > rs=16 $s0
10000 -> rt=16 $s0
10000 -> r=16 $s0
00000 -> shamt=0
100000 - > add
The following binary value represents R type instruction and that is
add $s0,$s0,$s0