QUESTION

Assume that $s1 = 0x12345678 and $s2 = 0xffff9a00. Determine the content of registers $s3 to $s6 after executing the following instructions: and $s3,$s1,$s2 # $s3 = or $s4,$s1,$s2 # $s4 = xor $s5,$s1,$s2 # $s5 = nor $s6,$s1,$s2 # $s6 =

Public Answer

LULDQS The First Answerer