Mislabeled sign of 8 in subtraction example.

This commit is contained in:
John Winans 2021-03-03 07:58:24 -06:00
parent 9b43fefe01
commit 5df1fff716

View File

@ -688,7 +688,7 @@ An example showing the subtraction of two {\em signed} binary numbers: $-4-8 = -
1 1 1 1 1 1 1 1 1 <== carries
1 1 1 1 1 1 0 0 <== -4
+ 1 1 1 1 0 1 1 1 <== one's complement of -8
+ 1 1 1 1 0 1 1 1 <== one's complement of 8
------------------------
1 1 1 1 1 0 1 0 0 <== -12
\end{verbatim}