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
Where can we find the sample assembly language programs?
Define word?
What is meant by flipflop?
Explain the functions of ale in 8085?
Classify interrupts on the basis of signals. State their differences.
In which T-state does the CPU sends the address o memory or I/O and the ALE signal for Demultiplexing
How many bits microprocessor was first developed?
Why do we use two ground pins in the pin diagram of 8086?
Define the types of bus used in the 8085?
what differences can you state between the hlt and hold states?
List some analog modulation techniques.
Give example for non-maskable interrupts?
Explain the flag register in the 8085 microprocessor?
Explain dma?
What is stack pointer?