What is the difference detween ISR & function call
Answer Posted / kumar
ISR is interrupt service routine. it is seperate code
written some where in the memory. if any interrupt comes
mp checks the priority of the interrupt and service it
meanwhile the content of the progaram counter value is
written in stack after executing isr ,execution transferred
to main program.
FUNCTION CALL is seperate thing. function call is seperate
code that has to be written at the end of function . for
example, in some programs we want to perform one operation
repeatedly at that time we perform that operation by
calling that function instead of writting many times.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Explain dma?
What is the significance of the clk pin in the 8086?
What is the purpose of data moving instructions? Name any two such instructions?
What are the data pins of microprocessors?
What is the width of data bus?
What are set up time & hold time constraints?
How many hardware interrupts 8085 supports?
Why memory width is not 16-bit? In stead of having 8-bit (same as 8085)?
What is the significance of the control unit in the 8085?
Define the types of memory used in 8085 microprocessor?
Define the architecture of the 8085 microprocessor?
Why 8051 is called 8 bit microcontroller?
What is single stepping and how can it be achieved on the 8086?
Define edge or level sensitive interrupts?
Introduction of 8051 microcontroller architecture?