Component/Mux: Difference between revisions

From Turing Complete
(Added a description to the 8 Bit Mux, and how it generally works.)
(No difference)

Revision as of 00:00, 16 August 2024

An 8-bit multiplexer (MUX) is a digital device that has a one bit input (select 1 / 2), two byte inputs (input 1, input 2), and one byte output. The bit input determines the byte output. If the bit input is 0 (or off), it outputs the first byte input. If the bit input is 1, it outputs the second byte input.