Which of the following interrupts has the highest priority in 8086 micro-processor:
- Overflow,
- NMI or
- Type 255?
The book I read suggests that type 255 has highest priority. But most of the searches on google showed that it is NMI. Which is true?
Asked By : Pradeep
Answered By : Gene
The Intel manual for 8086 on page 2-23's diagram and also in the text says that internally generated interrupts are processed before hardware. It says in particular an overflow is processed as part of the instruction that generated the over flow, and hardware interrupts aren't checked until instructions are complete. So overflow is the answer.
Best Answer from StackOverflow
Question Source : http://cs.stackexchange.com/questions/23696
0 comments:
Post a Comment
Let us know your responses and feedback