Skip to content

Commit b70c924

Browse files
authored
Merge pull request #24 from Florian2501/corrected
Korrigierte Addition
2 parents 1f08948 + 6c8a63c commit b70c924

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
@@ -410,8 +410,8 @@ style="width: 80%; min-width: 420px; max-width: 720px;"
410410
| | $0$ | $0$ | $1$ | $1$ | $0$ | $1$ | $1$ | $1$ | Summand A $(55)_{10}$ |
411411
| --- | --- | --- | --- | --- | --- | --- | --- | --- | ---------------------- |
412412
| + | $1$ | $1$ | $0$ | $1$ | $0$ | $1$ | $1$ | $0$ | Summand B $(214)_{10}$ |
413-
| @red($1$) | @blue($1$) | @blue($1$) | @blue($1$) | @blue($1$) |@blue($0$) | @blue($1$) | @blue($1$) |@blue( $0$ ) | @blue($Carry$) |
414-
| | $0$ | $1$ | $1$ | $0$ | $1$ | $1$ | $0$ | $1$ | Ergebnis $(269)^{10}$ |
413+
| @red($1$) | @blue($1$) | @blue($1$) | @blue($1$) | @blue($0$) |@blue($1$) | @blue($1$) | @blue($0$) |@blue( $0$ ) | @blue($Carry$) |
414+
| | $0$ | $0$ | $0$ | $0$ | $1$ | $1$ | $0$ | $1$ | Ergebnis $(269)^{10}$ |
415415

416416
Der Intel 4004 hatte eine Datenbreite von 4 Bit. Er verknüpfte für die Akkumulation von 2 32 Bit Zahlen 4 Einzelkalkulationen und reichte das Carry-Flag entsprechend weiter.
417417

0 commit comments

Comments
 (0)