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

Back to Subject List

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


 
#37616 - RE: register protection in 8051
code:


mi_interr:

push acc
push b
push r0
push r1 ;Push all registers used in interrupt routine
...
...


;Here your code


...
...
pop r1 ;Recall all pushed registers
pop r0
pop b
pop acc
reti

List of 13 messages in thread
TopicAuthorDate
register protection in 8051            01/01/70 00:00      
   RE: register protection in 8051            01/01/70 00:00      
RE: register protection in 8051            01/01/70 00:00      
   RE: register protection in 8051            01/01/70 00:00      
      RE: register protection in 8051            01/01/70 00:00      
         RE: register protection in 8051            01/01/70 00:00      
            RE: register protection in 8051            01/01/70 00:00      
RE: register protection in 8051            01/01/70 00:00      
RE: register protection in 8051            01/01/70 00:00      
RE: register protection in 8051            01/01/70 00:00      
RE: register protection in 8051            01/01/70 00:00      
RE: register protection in 8051            01/01/70 00:00      
   RE: register protection in 8051            01/01/70 00:00      

Back to Subject List