JesseKing
Advanced Member level 4
subtract a positive number from another, and use a sign extension format to represent the result, the msb is the sign bit.
For example
0011-0010=0001
0010-0011=1001
Can this subtractor be implemented efficiently as a complementry subtractor?
Regards!
For example
0011-0010=0001
0010-0011=1001
Can this subtractor be implemented efficiently as a complementry subtractor?
Regards!