Skip to content

Commit

Permalink
Correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianZug committed Dec 9, 2024
1 parent 60d9181 commit 2cd7a4d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions 10_CPU_Basis.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,14 @@ Der Status S umfasst eine Zusammenstellung der Resultate der Operationen codiert
Wie "programmieren" wir unser System?

<!-- data-type="none" -->
| F_0 | F_1 | F_2 | Z | Bezeichnung |
|-----|-----|-----|---|-------------|
| 0 | 0 | 0 | 0 | `OR_A` |
| 0 | 0 | 0 | 1 | `OR_B` |
| ... | | | | |
| 0 | 1 | 1 | 0 | `ADD_A` |
| 0 | 1 | 1 | 1 | `ADD_B` |
| ... | | | | |
| $F_0$ | $F_1$ | $F_2$ | $Z$ | Bezeichnung |
| ----- | ----- | ----- | --- | ----------- |
| 0 | 0 | 0 | 0 | `OR_A` |
| 0 | 0 | 0 | 1 | `OR_B` |
| ... | | | | |
| 0 | 1 | 1 | 0 | `ADD_A` |
| 0 | 1 | 1 | 1 | `ADD_B` |
| ... | | | | |

Beispielanwendungen

Expand Down

0 comments on commit 2cd7a4d

Please sign in to comment.