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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/06/05 09:57
Read: times


 
#91096 - TF0 and TF1 interrupts
Responding to: ???'s previous message
As Erik mentioned already, your interrupt routines are too long. These routines can be no longer then 8 bytes starting at 000Bh for TF0 and 001Bh for TF1. If you want more space you need to make a jump (or Call) into the free memory space. Dont forget to return with RETI.

List of 15 messages in thread
TopicAuthorDate
Weird result using timer1and0 together.            01/01/70 00:00      
   timer2??            01/01/70 00:00      
      My bad.            01/01/70 00:00      
      Yes, I assembled this code myself.            01/01/70 00:00      
         English            01/01/70 00:00      
         please complete user profile            01/01/70 00:00      
         you need working s/w for hello world            01/01/70 00:00      
            Re:            01/01/70 00:00      
   Re:Weird result using timer1and0 togethe            01/01/70 00:00      
      Thank you ^_^            01/01/70 00:00      
   Register Bank            01/01/70 00:00      
      R6 ?            01/01/70 00:00      
         All the R's            01/01/70 00:00      
   just one thing            01/01/70 00:00      
      TF0 and TF1 interrupts            01/01/70 00:00      

Back to Subject List