retagged by
3,851 views
4 votes
4 votes
In non vectored interrupt, the address of ISR is

a) assigned to fixed memory location

b) obtained from interrupt vector table

c) none of the above
retagged by

2 Answers

3 votes
3 votes
Option (a) : All the non vectored interrupts will be assigned 1 common fixed address which is hardcoded... After executing sequence of instructions there, it will find which device has generated the interrupt. Correct me if I'm wrong.
0 votes
0 votes
Answer will be option  C

 in the case of a non-vectored interrupt, the peripheral itself provides the address of the interrupt service routine directly to the processor. This requires more time for an interrupt to be serviced, since the address must be retrieved from the interrupting device every time the interrupt is triggered.

Related questions

2 votes
2 votes
2 answers
1
Na462 asked Oct 21, 2018
1,716 views
1 votes
1 votes
0 answers
2
1 votes
1 votes
1 answer
4
Na462 asked Sep 24, 2018
857 views