Where will be the actual address of the subroutine is placed for vectored interrupts?

This question is related to Cisco Interview

Showing Answers 1 - 2 of 2 Answers

vikas s kulkarni

  • Aug 3rd, 2005
 

it is stored in interrupt vector table

  Was this answer useful?  Yes

smokindesi

  • Oct 9th, 2006
 

could be anywhere in memory. You can get the address from the location in IVT (assuming this subroutine is not chained) based on service number (i.e Interrupt no)

location of address (i.e pointer)is available at 4*(interrupt serviced)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions