Skip to content

Commit 597fe1f

Browse files
committed
First version of L8
1 parent 72832f5 commit 597fe1f

2 files changed

Lines changed: 84 additions & 84 deletions

File tree

09_Rechnerarithmetik.md

Lines changed: 84 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import: https://raw.githubusercontent.com/liascript-templates/plantUML/master/R
1616

1717
Link auf die aktuelle Vorlesung im Versionsmanagementsystem GitHub
1818

19-
[https://github.com/TUBAF-IfI-LiaScript/VL_EingebetteteSysteme/blob/00_Einfuehrung](https://github.com/TUBAF-IfI-LiaScript/VL_EingebetteteSysteme/blob/master/09_Rechnerarithmetik.md)
19+
[https://github.com/TUBAF-IfI-LiaScript/VL_EingebetteteSysteme/blob/09_Rechnerarithmetik](https://github.com/TUBAF-IfI-LiaScript/VL_EingebetteteSysteme/blob/master/09_Rechnerarithmetik.md)
2020

2121
Die interaktive Form ist unter [diesem Link](https://liascript.github.io/course/?https://raw.githubusercontent.com/TUBAF-IfI-LiaScript/VL_EingebetteteSysteme/master/09_Rechnerarithmetik.md#1) zu finden
2222

@@ -25,55 +25,55 @@ Die interaktive Form ist unter [diesem Link](https://liascript.github.io/course/
2525
```text @plantUML
2626
@startuml
2727
ditaa
28-
Daten Daten
29-
| |
30-
| |
31-
+--------------|---------------+ |
32-
| +------+ | | |
33-
| | | | : | Funktionsauswahl
34-
| | V V V V |||
35-
| | +----+-----+-----+ +----+-----+-----+ |||
28+
Daten Daten
29+
| |
30+
| |
31+
+--------------|---------------+ |
32+
| +------+ | | |
33+
| | | | : | Funktionsauswahl
34+
| | V V V V |||
35+
| | +----+-----+-----+ +----+-----+-----+ |||
3636
| | |cBFB Register A | |cBFB Register B | ||| Registerauswahl
37-
| | +---+------------+ +---------+------+ ||| |
38-
| | | | ||| |
39-
| | | +------------------+ ||| |
40-
| | | | | ||| |
41-
| | +--------+-----------+ | ||| |
42-
| | | | | | ||| |
43-
| | V V V V ||| |
44-
| | +----------------+ +----------------+ ||| |
45-
| | |c808 |<- |c808 |<--+|| |
46-
| | | Multiplexer |<- | Multiplexer |<---+| |
47-
| | | |<- | |<----+ |
48-
| | ++-+-+-+-+-+-+-+-+ ++-+-+-+-+-+-+-+-+ |
49-
| | | | | | | | | | | | | | | | | | |
50-
| | | | | | | | | | V V V V V V V V |
51-
| | | | | | | | | +----------------------------------+ |
52-
| | | | | | | | +-----------------------------+ | |
53-
| | | | | | | +------------------------+ | | |
54-
| | | | | | +-------------------+ | | | |
55-
| | | | | +--------------+ | | | | |
56-
| | | | +---------+ | | | | | |
57-
| | | +----+ | | | | | | |
58-
| | | | | | | | | | |
59-
| | | | | | | | | | | | | | | | | | |
60-
| | V V V V V V V V V V V V V V V V |
61-
| | +----+ +----+ +----+ +----+ +----+ +----+ +----+ +----+ |
62-
| | | 000| | 001| | 010| | 011| | 100| | 101| | 110| | 111| |
63-
| | |cFF4| |cFF4| |cFF4| |cFF4| |cFF4| |cFF4| |cFF4| |cFF4| |
64-
| | | OR | |AND | |EXOR| |ADD | |SUB | |MUL | |DIV | | SL | |
65-
| | +-+--+ +-+--+ +-+--+ +-+--+ +-+--+ +-+--+ +-+--+ +-+--+ |
66-
| | : : : : : : : : |
67-
| | +------+------+------+---+--+------+------+------+ |
68-
| | | |
69-
| | V |
70-
| | +----------+----------+ |
71-
| | |cCCB DeMuxer/Selektor|<-----------------+
72-
| | +---+-+---------------+
73-
| | : :
74-
| +---------------------+ |
75-
| |
76-
+-------------------------+
37+
| | +---+------------+ +---------+------+ ||| |
38+
| | | | ||| |
39+
| | | +------------------+ ||| |
40+
| | | | | ||| |
41+
| | +--------+-----------+ | ||| |
42+
| | | | | | ||| |
43+
| | V V V V ||| |
44+
| | +----------------+ +----------------+ ||| |
45+
| | |c808 |<- |c808 |<--+|| |
46+
| | | Multiplexer |<- | Multiplexer |<---+| |
47+
| | | |<- | |<----+ |
48+
| | ++-+-+-+-+-+-+-+-+ ++-+-+-+-+-+-+-+-+ |
49+
| | | | | | | | | | | | | | | | | | |
50+
| | | | | | | | | | V V V V V V V V |
51+
| | | | | | | | | +----------------------------------+ |
52+
| | | | | | | | +-----------------------------+ | |
53+
| | | | | | | +------------------------+ | | |
54+
| | | | | | +-------------------+ | | | |
55+
| | | | | +--------------+ | | | | |
56+
| | | | +---------+ | | | | | |
57+
| | | +----+ | | | | | | |
58+
| | | | | | | | | | |
59+
| | | | | | | | | | | | | | | | | | |
60+
| | V V V V V V V V V V V V V V V V |
61+
| | +----+ +----+ +----+ +----+ +----+ +----+ +----+ +----+ |
62+
| | | 000| | 001| | 010| | 011| | 100| | 101| | 110| | 111| |
63+
| | |cFF4| |cFF4| |cFF4| |cFF4| |cFF4| |cFF4| |cFF4| |cFF4| |
64+
| | | OR | |AND | |EXOR| |ADD | |SUB | |MUL | |DIV | | SL | |
65+
| | +-+--+ +-+--+ +-+--+ +-+--+ +-+--+ +-+--+ +-+--+ +-+--+ |
66+
| | : : : : : : : : |
67+
| | +------+------+------+---+--+------+------+------+ |
68+
| | | |
69+
| | V |
70+
| | +----------+----------+ |
71+
| | |cCCB DeMuxer/Selektor|<-----------------+
72+
| | +---+-+---------------+
73+
| | : :
74+
| +---------------------+ |
75+
| |
76+
+-------------------------+
7777
@enduml
7878
```
7979
@plantUML
@@ -93,7 +93,7 @@ ditaa
9393
| |
9494
Status | |
9595
<----------+ |
96-
+-----------+
96+
+-----------+
9797
@enduml
9898
```
9999
@plantUML
@@ -103,13 +103,13 @@ ditaa
103103
```text @plantUML
104104
@startuml
105105
ditaa
106-
+------------------+
107-
|c44F |
108-
| Speicher |
109-
| |
110-
+-----------+------+
111-
^ |
112-
| |
106+
+------------------+
107+
|c44F |
108+
| Speicher |
109+
| |
110+
+-----------+------+
111+
^ |
112+
| |
113113
+----------+ Adresse | | +-----+-----+
114114
|cF88 +-----------+ | | A | B |
115115
| | | Daten +-----+-----+
@@ -128,13 +128,13 @@ ditaa
128128
```text @plantUML
129129
@startuml
130130
ditaa
131-
+------------------+
132-
|c44F |
133-
| Speicher |
134-
| |
135-
+---------+-+------+
136-
^ | ^
137-
| | |
131+
+------------------+
132+
|c44F |
133+
| Speicher |
134+
| |
135+
+---------+-+------+
136+
^ | ^
137+
| | |
138138
+----------+ Adresse | | | +-----+-----+
139139
|cF88 +-----------+ | | | A | B |
140140
| | | | Daten +-----+-----+
@@ -153,13 +153,13 @@ ditaa
153153
```text @plantUML
154154
@startuml
155155
ditaa
156-
+------------------+
157-
|c88F |
158-
| Speicher |
159-
| |
160-
+---------+-+------+
161-
^ | ^
162-
| | |
156+
+------------------+
157+
|c88F |
158+
| Speicher |
159+
| |
160+
+---------+-+------+
161+
^ | ^
162+
| | |
163163
+----------+ Adresse | | | +-----+-----+
164164
|cF88 +-----------+ | | | A | B |
165165
| | | | Daten +-----+-----+
@@ -177,13 +177,13 @@ ditaa
177177
| | Status | | | |
178178
| |<----------+ | | | |
179179
+----------+ | | | +-----------+
180-
| | |
181-
| V V
182-
+-------+-----------+
183-
|c8F8 |
184-
| Ein/Ausgabe |
185-
| |
186-
+-------------------+
180+
| | |
181+
| V V
182+
+-------+-----------+
183+
|c8F8 |
184+
| Ein/Ausgabe |
185+
| |
186+
+-------------------+
187187
@enduml
188188
```
189189
@plantUML
@@ -193,25 +193,25 @@ ditaa
193193
```text @plantUML
194194
@startuml
195195
ditaa
196-
^ |
197-
| V
196+
^ |
197+
| V
198198
+-+----+ +----------------------------+
199199
|c8F8 | |c88F Speicherwerk |
200200
| |<-->| +--------+ +--------+ |
201201
| | | |Programm| | Daten | |
202202
| | | +--------+ +--------+ |
203203
| | +------+---------------------+
204-
| | ^ | ^
205-
| E/A- | : | |
206-
| Werk | | V V
204+
| | ^ | ^
205+
| E/A- | : | |
206+
| Werk | | V V
207207
| | +---+------+ +------------+
208208
| | |cF88 | | Rechenwerk |
209209
| | | | |cFF4 |
210210
| | | |<-=-+ +--------+ |
211211
| |<-=-+Steuerwerk| | |Register| |
212212
| | | +-=->| +--------+ |
213213
| | | | | | ALU | |
214-
| | | | | +--------+ |
214+
| | | | | +--------+ |
215215
+------+ +----------+ +------------+
216216
@enduml
217217
```
32.7 KB
Loading

0 commit comments

Comments
 (0)