What is the difference between vectored and non vectored interrupt …
Some says
Non-Vectored Interrupts are those in which vector address is not predefined. The interrupting device gives the address of sub-routine for these interrupts. INTR is the only non-vectored interrupt in 8085 microprocessor.
Other says ,
Is an interrupt who has a common ISR, which is common to all non-vectored interrupts in the system. The address of this common ISR is known to the CPU ..
Does Daisy chaining follows poling?