7408: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(It's the AND gate, kids)
 
m (clarification, category sort key)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The '''7408''' (variants 74LS08, 74HC08) is a 74-series logic IC with four independent 2-Input AND gates.
The '''7408''' (variants 74LS08, 74HC08) is a 74-series logic IC with four independent 2-input AND gates.
== 7408 Pinout ==
== 7408 Pinout ==
<pre>
{{Pinout74xxQuad14pin}}
      .--\/--.
1A --|01  14|-- +5V
1B --|02  13|-- 4B
1Y --|03  12|-- 4A
2A --|04  11|-- 4Y
2B --|05  10|-- 3B
2Y --|06  09|-- 3A
Gnd --|07  08|-- 3Y
      `------'</pre>


== Signal descriptions ==
== Signal descriptions ==
Y is low if either A or B is high, and is high if A and B are both low.
Y is high if both A and B are high. Y is low if at least one of A and B is low.


[[Category:7400 series|08]]
[[Category:7400 series|008]]

Latest revision as of 22:21, 18 October 2018

The 7408 (variants 74LS08, 74HC08) is a 74-series logic IC with four independent 2-input AND gates.

7408 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 high if both A and B are high. Y is low if at least one of A and B is low.