0 votes
by (300 points)
How are interrupts handled?

1 Answer

0 votes
by (500 points)
Most modern general purpose microprocessors handle the interrupts the same way. When a hardware interrupt occurs the CPU stops executing the instructions that it was executing and jumps to a location in memory that either contains the interrupt handling code or an instruction branching to the interrupt handling code.

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Nov 28, 2019 by interrupts (300 points)
0 votes
1 answer
0 votes
1 answer
asked Nov 28, 2019 by interrupt (380 points)
0 votes
1 answer
asked Nov 20, 2020 by interrupt (380 points)
0 votes
0 answers
0 votes
1 answer
0 votes
1 answer
...