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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/26/04 14:15
Read: times


 
#82019 - Problems with your code.
Responding to: ???'s previous message
Hi Kuldeep,

You have posted your code but didn't explain exactly what do you expect from this code whats the applicaion. Without comments it is very difficult to read your code. Put appropriate comments in your code. I had a look at your code...

here is code of my application
mov a,#01h ;record for how many interrupts
mob b,#10h
mov ie,#10000010b
setb tcon.0
mov tmod,#11h
setb ie.0

interrupt0:


Your main function is juming staright a way into your interrupt. Do you really want this.

Regards,
Prahlad Purohit

List of 18 messages in thread
TopicAuthorDate
nesting of intr0 and timer0            01/01/70 00:00      
   the whole code please            01/01/70 00:00      
   INT0 nature and Priority?            01/01/70 00:00      
   re nesting of interrupts            01/01/70 00:00      
      edge triggered            01/01/70 00:00      
   What application is it details please?            01/01/70 00:00      
      nesting of intr0 and timer0 not solved            01/01/70 00:00      
         Problems with your code.            01/01/70 00:00      
            not solved nested interrupts            01/01/70 00:00      
   suspend interrupt            01/01/70 00:00      
   resistance welding            01/01/70 00:00      
      Location please?            01/01/70 00:00      
         hi            01/01/70 00:00      
   let me out nesting of intr0 and timer0            01/01/70 00:00      
      Demanding sort huh?            01/01/70 00:00      
         Demanding ???            01/01/70 00:00      
      Re: let me out nesting of intr0 and tim            01/01/70 00:00      

Back to Subject List