What is the difference detween ISR & function call
Answer Posted / radhika.s
adding to d ans-11 i wud say that....an interrupt has no
relation with the current program or task being performed
by the microcontroller....it is an independent task or
program that is executed whenever the interrupt is invoked.
however, a function is a part of the program that is being
currently executed by the microcontroller, hence it is
local.it can be called only when the microcontroller is
executing the program in which it is contained..or is a
part of.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can you name the different types of processor?
What is special function registers (sfr)?
Explain an interrupt?
Classify interrupts on the basis of signals. State their differences.
What is segment address in 8086?
Comment the size of stack?
Which interrupts are generally used for critical events?
Explain the software instruction ei and di?
What does 8088 microprocessor have?
Byte wise what are the lengths of call and ret instructions?
What are the functions of general purpose registers?
Explain dma?
What was is the primary usage of a 8085 microprocessor?
What is instruction cycle?
Which is non maskable interrupt for 8085?