CS 315
1. For each of the following operations determine the result in $t0. The answer should either be expressed in hexdecimal or binary in 4 bit groups (nibbles). Given the following:
$t1 0x3FFF 7FFC
$t2 0XFFFF 0000
$t3 0x0000 FFFF
a. and $t0, $t1,$t2
b.or $t0, $t1, $t3
c. nor $t0, $t1, $t2
d. xor $t0, $t1, $t3