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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/20/11 21:34
Read: times


 
#180735 - Other than using a Compiler
Responding to: ???'s previous message
Other than using a Compiler for ASM

SETB P3.2 ; // Turn the switch port on.
// you need something here to read the switch. An the something should set or clear the carry if you want the next line to work
JNC, carry ;// If carry flag occurs jump to carry sub routine.


Note that it will only work once since you never turn the LED Off.


List of 6 messages in thread
TopicAuthorDate
Help needed please for Polling a switch!            01/01/70 00:00      
   It's the #pragma asm again            01/01/70 00:00      
      why use assembler for assembler?            01/01/70 00:00      
   Other than using a Compiler            01/01/70 00:00      
   Assembly program for blink and push button            01/01/70 00:00      
      I doubt he's (still) listening            01/01/70 00:00      

Back to Subject List