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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/17/05 13:22
Read: times


 
#89863 - just one thing
Responding to: ???'s previous message
I took a glance at your code and this stood out:
org 00bh
lots of code
org 1bh

A memory slot can only hold ONE byte.
If you did not get an error message when assembling discard your assembler and download e.g. the metalink. If you di get an error code, you should have mentioned it.

do this

org 00bh
ljmp t0isr
org 1bh
ljmp t1isr

somewhere free
t0isr:
....
reti

Erik

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