What is the difference detween ISR & function call
Answer Posted / kent sar
Here are some of the differences:
1. Fuction call has no inputs and return args
2. ISR is triggered by external events
3. ISR may need special interrupt handling upon entry and
exit.
i.e. IRQs masking to enable or disable interupts,
4. Function call and ISR stack frame are different
5. ISR returns with an interupt return (IRET) to
restored not only call stack context but also
interrupt level.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Why 8051 is called 8 bit microcontroller?
What is the difference between a microprocessor and a microcontroller?
What are the total number of input and output ports in 8085?
In how many groups can the signals of 8085 be classified?
What are flag registers?
Describe the jae instruction with the help of an example?
Mention the types of interrupts that 8085 supports?
What are hardware interrupts?
What is instruction cycle?
Can you name the different types of processor?
what is the difference between timer and counter of microcontroller?
List out the features of 8051 microcontroller?
The operation being performed by the 8085 can be checked by which pins?
How can signals be classified for the 8085 microprocessor?
What is the operating frequency of 8085?