What is the difference detween ISR & function call
Answer Posted / manohar
ISR has priority associate whereas function call doesn't
because of this stack structure of them are different.
If we look assembly code : function call has RET and ISR have
IRET.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Define word?
What are the two major differences between intr and other interrupts (hardware)?
What is the purpose of segment register?
Why address bus is unidirectional and data bus is bidirectional?
What does tasm stand for and what is its use?
What is system bus?
Which segment is used to store interrupt and subroutine return address registers?
What is the difference between harvard architecture and von neumann architecture?
Write the special functions carried by the general purpose registers of 8086?
Which interrupt has highest priority in microcontroller ?
Define psp?
explain the flow of a typical instruction word
Why the temporary registers w and z are named so I mean we start from a,b,c,d,e then h and l coz h stands for higher bit nd l for lower bit of the address pinted by memory pointer....but wats w and z for?
What is the difference between 8085 microprocessor and 8086 microprocessor?
Explain the difference between microcontroller and microprocessor?