by balakrishna on May 23rd, 2008

balakrishna

Question

Help answer this question below.

What is the difference between vector and non vector interrupts?

  • Like
  • Report

Answers. 3 helpful answers below.

  • by vishnu on November 5th, 2008

    vishnu

    When a processor is interrupted to do a particular task,Program counter should be loaded with the the address of subroutine(task).If the processor automatically generates the address then it is known as vectored interrupt.for example if 8085 microprocessor is interrupted through RST 5.5 pin,then processor multiplies 5.5 by 8 and converts it to Hex address.If user has to provide address of subroutine using CALL instruction then it is known as non vectored interrupt

    • Like
    • Report

    No comments. Post one | Permalink

  • by naman kumar on November 16th, 2009

    naman kumar

    •Vectored (the address of the service


    routine is hard-wired)


    •Non-vectored (the address of the service


    routine needs to be supplied externally


    by the device)

    • Like
    • Report

    No comments. Post one | Permalink

  • by Anonymous on February 20th, 2009

    Anonymous

    In a computer, a vectored interrupt is an I/O interrupt that tells the part of the computer that handles I/O interrupts at the hardware level that a request for attention from an I/O device has been received and and also identifies the device that sent the request.

    A vectored interrupt is an alternative to a polled interrupt , which requires that the interrupt handler poll or send a signal to each device in turn in order to find out which one sent the interrupt request.

    • Like
    • Report

    1 comment | Post one | Permalink

Want to attach an image to your answer? Click here.

Did this answer your question? If not, then ask a new question or create a poll.

You're reading What is the difference between vector and non vector interrupts?

Follow us on Facebook!

Related Ads

ANSWERBAG BUZZ

Vectored and non vectored interrupts
Non vectored interrupt
Difference between vectored and non vectored interrupt
Vector and non vectored interrupt
Difference between vectored and non vectored interrupts