the ALU has received two 32-bit integers 'a' and 'b'. What operation will be performed if the ALU control lines are set as follows?
Ainvert = 0
Bnegate = 1
Operation = 10
The ALU has received two signed 32-bit ints 'a' and 'b' where b is all zeros. What operation will be performed if the ALU control lines are set as follows?
Ainvert = 0
Bnegate = 0
Operation = 11