explain steps involved in interrupt acceptance
Answers
Answered by
11
Explanation:
The sequence of steps that occurs during interrupt processing are:
- The contents of flag register the CS and IP are pushed on to the stack.
- To disable single steps and INTR interupts the TF and IF are cleared.
- The program then jumps to the beginning or starting adsress of ISS.
Similar questions