7400: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(make another 74-series logic page)
 
(→‎7400 Pinout: was wrong ... and use a template)
 
Line 1: Line 1:
The [[7400]] (variants 74LS00, 74HC00) is a 74-series logic IC with four independent 2-Input NAND gates.
The [[7400]] (variants 74LS00, 74HC00) is a 74-series logic IC with four independent 2-Input NAND gates.
== 7400 Pinout ==
== 7400 Pinout ==
      .--\/--.
{{Pinout74xxQuad14pin}}
  1Y --|01  14|-- +5V
  1A --|02  13|-- 4Y
  1B --|03  12|-- 4B
  2Y --|04  11|-- 4A
  2A --|05  10|-- 3Y
  2B --|06  09|-- 3B
Gnd --|07  08|-- 3A
      `------'


== Signal descriptions ==
== Signal descriptions ==

Latest revision as of 03:56, 7 March 2014

The 7400 (variants 74LS00, 74HC00) is a 74-series logic IC with four independent 2-Input NAND gates.

7400 Pinout

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

Signal descriptions

Y is low if A and B are both high, and is high if either A or B is low.