mirror of
https://github.com/johnwinans/rvalp.git
synced 2025-09-29 06:00:54 -04:00
Mislabeled sign of 8 in subtraction example.
This commit is contained in:
parent
9b43fefe01
commit
5df1fff716
@ -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 1 1 1 <== carries
|
||||||
1 1 1 1 1 1 0 0 <== -4
|
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
|
1 1 1 1 1 0 1 0 0 <== -12
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user