Search code examples
vectorinterruptinterrupt-handlingmicroprocessors

When a non-vectored interrupt occurs,does the processor ever look up the vector table ?


When a non-vectored interrupt occurs,does the processor ever look up the vector table ?

Talking of 8085 , is it different ?


Solution

  • NO, the processor doesn't look up the vector table. It looks up the table during vectored interrupts.