Computer Science, asked by SushuAb, 9 months ago

explain steps involved in interrupt acceptance

Answers

Answered by Anonymous
11

Explanation:

The sequence of steps that occurs during interrupt processing are:

  1. The contents of flag register the CS and IP are pushed on to the stack.
  2. To disable single steps and INTR interupts the TF and IF are cleared.
  3. The program then jumps to the beginning or starting adsress of ISS.
Similar questions