The following arithmetic logic unit features the operations
The following arithmetic logic unit features the operations described in the table below: F b Determine the output value F for each of the inputs in the table below:
Solution
Case 1:
Opcode = 11 => F = B = 00001001
Case 2:
Opcode = 01 => F = 2B = B<<1 = 11110110
here all the numbers ore in binary and << represents left shift.
