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
Name the special purpose registers?
Explain the functions of the two dma signals hold and hlda?
what is the difference between timer and counter of microcontroller?
What is the difference between jmp and call?
Describe the general purpose registers of 8085?
Does 8085 have serial i/o control?
The interrupt response time is determined by?
List out addressing modes in mcs-51?
What are the steps involved in communication of 8085 microprocessor with the memory?
Can 8259 be interfaced with 8085 via the trap pin?
Why do you use two ground pins in microprocessor 8086?
What are the different types of arithmetic operations that can be performed by the 8085 microprocessor?
What is the bus arbitration problem in the 8086 and how can it be resolved?
Explain data types used in microcontroller programming,
Where 8086 mostly used & tell application of 8086?