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
How many types memory mgt can divided?
Why memory width is not 16-bit? In stead of having 8-bit (same as 8085)?
What is non-maskable interrupts?
How do vectored and non-vectored interrupts differ?
How clock signal is generated in 8086?
How the stack is initialized?
Write the special functions carried by the general purpose registers of 8086?
In how many groups can the signals of 8085 be classified?
What type of interrupts are used for critical events and why?
Describe the instruction register of 8085?
Which type of JMP instruction assembles if the distance is 0020h bytes
Indicate different machine cycles of 8085?
Are all the bits of flag register used in 8051?
What are the control signals used by the 8085?
Define the types of memory used in 8085 microprocessor?