Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/02/09 08:37
Read: times


 
Msg Score: +1
 +1 Good Answer/Helpful
#161255 - Correction
Responding to: ???'s previous message
LabelA:
    MOV   R0, #4      ; The maximum nested interrupt level possible
    SJMP  LabelC
LabelB:
    RETI
LabelC:    
    LCALL LabelB      ; Execute a RETI 
    DJNZ  R0, LabelC




 



List of 5 messages in thread
TopicAuthorDate
Returning from the timer without using RETI            01/01/70 00:00      
   LJMP 0 is not a Reset            01/01/70 00:00      
      Correction            01/01/70 00:00      
         Problem solved            01/01/70 00:00      
   any means of exit from an ISR ...            01/01/70 00:00      

Back to Subject List