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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/28/03 13:29
Read: times


 
#37491 - RE: 8051 interrupt pin
The Interrupt Service Routine (ISR) should not end with RET. ISR must end with RETI.

Your ISR is a disaster, it does not save the registers it uses. Also I uses registers without switching banks.

Erik

List of 5 messages in thread
TopicAuthorDate
8051 interrupt pin            01/01/70 00:00      
RE: 8051 interrupt pin            01/01/70 00:00      
RE: 8051 interrupt pin            01/01/70 00:00      
RE: 8051 interrupt pin / Erik.            01/01/70 00:00      
RE: 8051 interrupt pin / Erik.            01/01/70 00:00      

Back to Subject List