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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/28/06 01:33
Read: times


 
#115144 - Why guessing?
Responding to: ???'s previous message
Why guessing? If you need to test a Nand-gate, then you have to apply to the inputs the whole truth table, and check the output accordingly: If you apply (0,0) to the input of Nand-gate, is the output (1)? If you apply (0,1), is the output (1)? If you apply (1,0), is the output (1) and if you apply (1,1), is the output (0)?

The same procedure for the other kinds of gates.

Also, refering to your code:
        .
        .
        .
GOOD:   SETB P0.1      ;Green On 
        SJMP EXIT 

REDLED: SETB P0.0      ;Red On 

EXIT:   CLR P0.1       ;Green Off 
        CLR P0.0       ;Red Off 
        JMP MAIN

What do you think: How long will the green LED be on? Can you capture it with your eyes?

Kai


List of 31 messages in thread
TopicAuthorDate
ASM Language            01/01/70 00:00      
   show us your thought            01/01/70 00:00      
      RE:            01/01/70 00:00      
         Software Design Description SDD            01/01/70 00:00      
   RTFM            01/01/70 00:00      
      Re:            01/01/70 00:00      
   Ok            01/01/70 00:00      
      Re:            01/01/70 00:00      
         two ways            01/01/70 00:00      
            RE;            01/01/70 00:00      
               Keypad - or DIP switch            01/01/70 00:00      
               BCD            01/01/70 00:00      
                  no such thing            01/01/70 00:00      
                     opps            01/01/70 00:00      
         Good for you            01/01/70 00:00      
            Well, Can I Do This!            01/01/70 00:00      
               Your program            01/01/70 00:00      
                  without some selection            01/01/70 00:00      
            It is a start            01/01/70 00:00      
               Oh, hoiw often do we see someone believi            01/01/70 00:00      
                  That or it is just Obvious to them            01/01/70 00:00      
                     and why should they assume it is to us            01/01/70 00:00      
                        SMS ?            01/01/70 00:00      
                           well - careful - yes, definitely with as            01/01/70 00:00      
   Circuit Cellar Built one about 1986            01/01/70 00:00      
   Maybe this will work            01/01/70 00:00      
      Why guessing?            01/01/70 00:00      
         also...stuck at 1 and stuck at 0 faults            01/01/70 00:00      
            RE:            01/01/70 00:00      
               Take it literally            01/01/70 00:00      
               RE:RE:            01/01/70 00:00      

Back to Subject List