7410: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(Whoops... I can never keep NAND and NOR straight)
mNo edit summary
Line 12: Line 12:


== Signal descriptions ==
== Signal descriptions ==
Y is low if all of A, B or C is high, and is high if any of A, B and C are low.
Y is low if all of A, B or C are high, and is high if any of A, B and C are low.


[[Category:7400 series|10]]
[[Category:7400 series|10]]

Revision as of 07:11, 25 April 2017

The 7410 (variants 74LS10, 74HC10) is a 74-series logic IC with three independent 3-Input NAND gates.

7410 Pinout

        .--\/--.
  1A -> |01  14| -- +5V
  1B -> |02  13| <- 1C
  2A -> |03  12| -> 1Y
  2B -> |04  11| <- 3C
  2C -> |05  10| <- 3B
  2Y <- |06  09| <- 3A
 Gnd -- |07  08| -> 3Y
        `------'

Signal descriptions

Y is low if all of A, B or C are high, and is high if any of A, B and C are low.