Skip to content

Commit 367b03f

Browse files
committed
L11-13
1 parent 0bcae0c commit 367b03f

3 files changed

Lines changed: 29 additions & 715 deletions

File tree

11_Modell_CPU.md

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
author: Sebastian Zug & André Dietrich & Fabian Bär
44
email: sebastian.zug@informatik.tu-freiberg.de & andre.dietrich@informatik.tu-freiberg.de & fabian.baer@student.tu-freiberg.de
5-
version: 0.0.4
5+
version: 0.0.5
66
language: de
77
narrator: Deutsch Female
88
@@ -356,27 +356,30 @@ Sie setzen voraus, daß der eine Operand in A steht, der zweite Operand muss aus
356356
```text @plantUML.png
357357
@startuml
358358
ditaa
359-
+---------------------------------+
360-
| Datenpfadbezogene Komponenten |
361-
| c88F |
362-
| +-----------------------------+ |
363-
| | Z-Register | |
364-
| +-----------------------------+ |
365-
| | | |
366-
| | ALU | |
367-
| | | |
368-
| +-----------+-----------------+ |
369-
| | ^ |
370-
| v | |
371-
| +-----------------+-----------+ |
372-
| | A | |
373-
| +-----------------------------+ |
374-
| | ^ |
375-
| V | |
376-
| +-----------------+-----------+ |
377-
| | SWR | |
378-
| +-----------------------------+ |
379-
+---------------------------------+
359+
-----+ +---------------------------------+
360+
| | Datenpfadbezogene Komponenten |
361+
| | c88F |
362+
| | +-----------------------------+ |
363+
| | | Z-Register | |
364+
| | +-----------------------------+ |
365+
| | | | |
366+
| | | ALU | |
367+
| | | | |
368+
--+ | | +-----------+-----------------+ |
369+
| | | | ^ |
370+
| | | v | |
371+
--+ | | +-----------------+-----------+ |
372+
-----+ | | A | |
373+
| +-----------------------------+ |
374+
-----+ | | ^ |
375+
| | V | |
376+
| | +-----------------+-----------+ |
377+
| | | SWR | |
378+
| | +-----------------------------+ |
379+
| +---------------------------------+
380+
|
381+
382+
-----+
380383
@enduml
381384
```
382385

@@ -498,7 +501,7 @@ digraph finite_state_machine {
498501
G[label="{Execute}",style=filled,color=".7 .3 1.0"];
499502
500503
qi -> A;
501-
A -> B [ label = "E == 7" ];
504+
A -> B [ label = "" ];
502505
B -> C [ label = "Zusätzlicher Operand \n notwendig" ];
503506
B -> D [ label = "kein Operand \n erforderlich" ];
504507
C -> D [ label = "" ];

0 commit comments

Comments
 (0)