Skip to content

Commit

Permalink
Mislabeled sign of 8 in subtraction example.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwinans committed Mar 3, 2021
1 parent 9b43fef commit 5df1fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/binary/chapter.tex
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ \subsection{Subtraction of Binary Numbers}
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}
Expand Down

0 comments on commit 5df1fff

Please sign in to comment.