How do you calculate the additive inverse of a binary number?
1 Answer
Take the
Explanation:
The exact form depends on the word size you are using for your binary numbers.
A
For example, with a
#1111# #1111# #1111# #1111# #1111# #1111# #1110# #1011#
Then add
#1111# #1111# #1111# #1111# #1111# #1111# #1110# #1100#