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


Please Help Members By Posting Answers For Below Questions

Why subroutine used in programs?

679


Explain the difference between microcontroller and microprocessor?

538


List various types of interrupts available in 8051 microcontroller?

581


Explain with an example how parameters can be passed using registers.

587


The interrupt response time is determined by?

570






What are flag registers?

575


What are the data pins of microprocessors?

663


Describe the non-vectored interrupt process?

619


How many i/o ports can 8085 access?

654


What is an editor?

588


How many logical drives is it possible to fit onto a physical disk?

551


Explain an interrupt?

588


Where the data is transferred in a DMA write operation?

684


What are the functions of base registers?

590


What are the different types of memory addressing modes?

538