SCRUMble ! Hello Blog Readers! Thank you for all your support and encouragement. I have something exciting for you all. I have recently written and published a new book called 'SCRUMble !'. It is currently available on pothi store. It will be soon available on Amazon and Flipkart as well. Please get your copy and do let me know your reviews. -Abhishek Sathe SCRUMble ! Written and Published by: Abhishek Sathe Distributed by: pothi.com Order your copy now: https://store.pothi.com/book/abhishek-sathe-scrumble/ Coming soon on Amazon and Flipkart About the book: Scrum is a framework for solving complex problems largely adapted by Software Development field. There are multiple ag...
Interrupt is any event that causes CPU to make a temporary transfer of control from its current program to another program that services the interrupt (event). Interrupt Service Routine (ISR) relates specifically to the event that caused the interrupt. Classification of Interrupts: 1. Software Interrupts (Exceptions) and Hardware Interrupts 2. Maskable Interrupts (usually software interrupts) and Nonmaskable Interrupt Vector Table (IVT) is a table of interrupt vectors that associates an interrupt handler with an interrupt request in a machine specific way.