From 3b363ee56c575cdfa0284f2bb2dee3f5e14c7a7f Mon Sep 17 00:00:00 2001 From: i Date: Tue, 21 Jul 2020 04:03:52 -0400 Subject: [PATCH] shorter shorter = better --- input/chapter01/chapter01.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/input/chapter01/chapter01.xml b/input/chapter01/chapter01.xml index 252a2cdb..fd4c91c2 100644 --- a/input/chapter01/chapter01.xml +++ b/input/chapter01/chapter01.xml @@ -1745,9 +1745,9 @@ with a carry bit at the end (highlighted above). By adding this back to the original we end up with the correct value, 10 - Again we still have the problem with two zeros being - represented. Again no modern computer uses one's - complement, mostly because there is a better scheme. + As with the sign bit, one’s complement has two zeroes. + No modern computer uses one's + complement.