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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/23/04 07:36
Read: times


 
#76270 - RE: Handling the timer
Responding to: ???'s previous message
hi,

just eject skip loop contents in the whole:
SKIP: RETI
As well, insert loading of #10 into B register here:
MOV A,DPL
MOV B,#10
MUL AB
It is because your setup loads this value only at startup time and then after MOV B,R0 the contents of B register is not defined anymore.

By the way,
MOV B,R0
ADD A,B
may be replaced with simple ADD A,R0.

Regards,
Oleg

List of 9 messages in thread
TopicAuthorDate
Handling the timer            01/01/70 00:00      
   RE: Handling the timer            01/01/70 00:00      
   RE: Handling the timer            01/01/70 00:00      
      RE: Handling the timer            01/01/70 00:00      
         RE: Handling the timer            01/01/70 00:00      
   RE: Handling the timer            01/01/70 00:00      
      RE: Handling the timer            01/01/70 00:00      
   Interrupt discipline...            01/01/70 00:00      
   RE: Handling the timer            01/01/70 00:00      

Back to Subject List