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

explain the flow of a typical instruction word

721


When is the LOCK prefix used often?

619


Mention any one 32 bit microcontroller and explain the same.

548


What are the data pins of microprocessors? What is their use?

606


Explain the software instruction ei and di?

629






what is a Watchdog Timer?

678


What is the use of microprocessors?

588


What are software interrupts?

580


Explain the characteristics of the cmp instructions?

625


In 8085, power and frequency can be checked by connecting the wire with which pins?

689


What is lookup table microcontroller?

568


Explain all the addressing modes of the 8085 with the help of examples.

619


How is EPROM generally erased

656


What are the interrupts of 8086?

616


Name the unit that controls the sequential execution of instructions?

587