Skip to content

Commit 6c8a63c

Browse files
committed
Korrigierte Addition von 55 und 214, wie nach Vorlesung besprochen
1 parent 1fc38cd commit 6c8a63c

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
@@ -390,8 +390,8 @@ style="width: 80%; min-width: 420px; max-width: 720px;"
390390
| | $0$ | $0$ | $1$ | $1$ | $0$ | $1$ | $1$ | $1$ | Summand A $(55)_{10}$ |
391391
| --- | --- | --- | --- | --- | --- | --- | --- | --- | ---------------------- |
392392
| + | $1$ | $1$ | $0$ | $1$ | $0$ | $1$ | $1$ | $0$ | Summand B $(214)_{10}$ |
393-
| @red($1$) | @blue($1$) | @blue($1$) | @blue($1$) | @blue($1$) |@blue($0$) | @blue($1$) | @blue($1$) |@blue( $0$ ) | @blue($Carry$) |
394-
| | $0$ | $1$ | $1$ | $0$ | $1$ | $1$ | $0$ | $1$ | Ergebnis $(269)^{10}$ |
393+
| @red($1$) | @blue($1$) | @blue($1$) | @blue($1$) | @blue($0$) |@blue($1$) | @blue($1$) | @blue($0$) |@blue( $0$ ) | @blue($Carry$) |
394+
| | $0$ | $0$ | $0$ | $0$ | $1$ | $1$ | $0$ | $1$ | Ergebnis $(269)^{10}$ |
395395

396396
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.
397397

0 commit comments

Comments
 (0)