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
Intel 8051 follows which architecture?
Design a divide-by-3 sequential circuit with 50% duty circle now?
Which interrupt has highest priority?
The PCI bus is the important bus found in all the new Pentium systems because
What is fetch and execute cycle?
Which is the stack used in 8085?
Explain data types used in microcontroller programming,
What is special function registers (sfr)?
After the following has been executed MOV BL, 8C MOV AL, 7E ADD AL, BL; what will be the contents of register AL?
Why 8051 is called 8 bit microcontroller?
In case of DVD, the speed is referred in terms of n X. Here what does X refers to
In what is the ready pin of a microprocessor used
What is the need for port?
What is the difference between maskable interrupts and non-maskable interrupts?
Define byte?