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
What is lookup table microcontroller?
Name the pin in 8086 microprocessor that is used for selecting mode of operation?
What are software interrupts?
How many bit microprocessor is the 8086 microprocessor?
What is the function of eu?
What is the purpose of the biu in the 8086?
Define what the sop does with the help of an example.
What’s a microprocessor?
Define the purpose of sim and rim in reference to the 8086?
What are the steps involved in communication of 8085 microprocessor with the memory?
The answer to the above question is breaking the combinational circuit and pipelining it. What will be affected if you do this?
why 8085 processor is called an 8 bit processor?
What are the data pins of microprocessors?
Which interrupt has highest priority?
Describe the instruction register of 8085?