File:Interrupts-03.svg

Summary

Description
Deutsch: # das Rechenwerk arbeitet das Hauptprogramm aus
  1. es tritt ein Ereignis auf (z.B. ein Timer ist übergelaufen), der Interrupt Controller blockiert weitere Interrupts
  2. der aktuelle Befehl wird zu Ende ausgeführt, danach das Hauptprogramm unterbrochen
  3. der aktuelle Zustand (z.B. Status-Register) wird gespeichert
  4. die eigentliche Interupt Service Routine (ISR) wird ausgeführt (in der auf das aufgetretene Ereignis reagiert wird)
  5. der Zustand vor dem ausführen der ISR wird wiederhergestellt
  6. der Interrupt Controller löst die Blockade wieder auf, arbeitet gegebenenfalls die Interrupts die während der Blockade angefallen sind ab (nicht dargestellt)
  7. das Hauptprogramm wird weiter ausgeführt
Date
Source Own work
Author Benedikt.Seidl

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Category:CC-Zero#Interrupts-03.svg
Category:Self-published work Category:Computer science flowcharts Category:SVG flow charts
Category:CC-Zero Category:Computer science flowcharts Category:SVG flow charts Category:Self-published work