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

Talking of 8085 , is it different ?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top