File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,28 +88,27 @@ Ein Interrupt beschreibt die kurzfristige Unterbrechung der normalen Programmaus
8888
8989``` text @plantUML.png
9090@startuml
91- ditaa
92- Hauptprogramm Interrupt-Routine
93-
94- +---------------+
95- : ... |
96- +---------------+
97- : Instruktion 1 | +-------------+
98- +---------------+ | |
99- Interrupt tritt auf -> : Instruktion 2 | | v
100- +---------------+ | +---------------+
101- | | : Instruktion A |
102- +--------------+ +---------------+
103- : Instruktion B |
104- +--------------+ +---------------+
105- | | : Instruktion C |
106- +---------------+ | +---------------+
107- : Instruktion 3 | | |
108- +---------------+ +-------------+
109- : Instruktion 4 |
110- +---------------+
111- : ... |
112- +---------------+
91+ ditaa
92+ Hauptprogramm Interrupt-Routine
93+ +---------------+
94+ : ... |
95+ +---------------+
96+ : Instruktion 1 | +-------------+
97+ +---------------+ | |
98+ Interrupt tritt auf -> : Instruktion 2 | | v
99+ +---------------+ | +---------------+
100+ | | : Instruktion A |
101+ +--------------+ +---------------+
102+ : Instruktion B |
103+ +--------------+ +---------------+
104+ | | : Instruktion C |
105+ +---------------+ | +---------------+
106+ : Instruktion 3 | | |
107+ +---------------+ +-------------+
108+ : Instruktion 4 |
109+ +---------------+
110+ : ... |
111+ +---------------+
113112
114113@enduml
115114```
You can’t perform that action at this time.
0 commit comments