??? 03/15/06 18:58 Read: times |
#112259 - replies Responding to: ???'s previous message |
Negative OR is a NOR for me in positive logic.
Nope, the "negative" does not refer to the output. 'N' in NOR stand for "NOT". Negative logic mean 0 is true, 1 is false. and /neg OR A B C 0 0 0 0 1 0 1 0 0 1 1 1 nand /neg nor A B C 0 0 1 0 1 1 1 0 1 1 1 0 or /neg and A B C 0 0 0 0 1 1 1 0 1 1 1 1 nor /neg nand A B C 0 0 1 0 1 0 1 0 0 1 1 0 ...download update w/o disconnect... Sorry I misunderstood - update to the debugging facility (monitor, here) you meant, didn't you? </i. no, I ment download updated code. Erik |