What is the difference detween ISR & function call
Answer Posted / praveen
Main difference is If function is called it should be
processed by compiler where as ISR is processed only when
interrupt occur.function call can return some value .but ISR
not return any thing .
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which type of JMP instruction assembles if the distance is 0020h bytes
After the following has been executed MOV BL, 8C MOV AL, 7E ADD AL, BL; what will be the contents of register AL?
What is the position of the stack pointer after the pop instruction?
List various types of interrupts available in 8051 microcontroller?
What is single stepping and how can it be achieved on the 8086?
What is the function of ale and how does it works?
What is the width of data bus?
Which are sixteen bit registers of 8085?
In how many groups can the signals of 8085 be classified?
What are Pseudo instructions basically?
what are the advantages of modular proramming techniques
How can interrupts be classified in the 8086?
What are the steps involved in a fetch cycle
explain the different types of control flags for the 8086?
Which interrupt has highest priority in microcontroller ?