

InterviewSolution
Saved Bookmarks
1. |
Which is the interrupt vector in 80286 which functions for stack fault?(a) 11(b) 12(c) 14(d) 16I got this question in an internship interview.My question is based upon Architecture of Embedded Systems topic in chapter Embedded Processors of Embedded Systems |
Answer» CORRECT choice is (B) 12 The best I can explain: 12 is the interrupt VECTOR INDICATING stack fault. It will be different for a different microprocessor. |
|