Skip to content

Commit 4a9f852

Browse files
authored
Berechnung Carry Save Addierer korregiert
Die Dezimalzahlen der Summe ohne Carries und die der Carry-Flags (welche zudem noch einen Zahlendreher hatten) waren vertauscht.
1 parent 9ae6ae6 commit 4a9f852

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

09_Rechnerarithmetik.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -782,8 +782,8 @@ Ein Carry-Save-Addierer wird verwendet, um die Summe von drei oder mehr Binärza
782782
+ 11001 (b) 25
783783
+ 01011 (c) 11
784784
------- ----
785-
00001 Summe ohne Carrys 45
786-
11011 Carry Flags 1
785+
00001 Summe ohne Carrys 1
786+
11011 Carry Flags 54
787787
------ ----
788788
110111 Gesamtsumme 55
789789
```

0 commit comments

Comments
 (0)