Q:

Why RETI instruction is used after an ISR?

0

Why RETI instruction is used after an ISR?


  1. because it returns with carry
  2. because it returns to the main program with all the flags of the SREG raised
  3. because it returns to the main program after clearing the roll over flag of the interrupt, so that the interrupt can be caused again
  4. none of the mentioned

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(c).because it returns to the main program after clearing the roll over flag of the interrupt, so that the interrupt can be caused again

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

COMPUTER ARCHITECTURE - MICROCONTROLLER MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
In AVR what is the ISR address for an external har... >>
<< TIMSK register is used for?...