|
After reading chapter 2 of the book, I am confused as to whether negating an input means to flip all of the bits in the binary number (Not16) or to actually make the number negative using two`s complement, (Not16 then Inc16). To me, it seems like negating should mean to actually make a number negative but I need to know for sure in order to make my ALU.
|