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
Define bit, byte and word.
Other than setb, clr are there any single bit instructions?
Explain memory mapped i/o and i/o mapped i/o schemes?
What is clock frequency for 8085?
Explain what type of architecture is used in 8085 microprocessor?
In 8085, power and frequency can be checked by connecting the wire with which pins?
Define the types of memory used in 8085 microprocessor?
Why is the address bus in the 8085 tri-stated and unidirectional?
Device density on a microprocessor/chip?
What type of architecture is used in 8085 microprocessor?
What are the steps involved in a fetch cycle
List some features of 8051 microcontroller.
Comment the size of stack?
Describe the accumulator register of 8085?
Explain sim and rim instructions?