Poppi-Sama (talk | contribs) (Added an example image of the mux using the input 1/2.) |
m (Gelthor moved page 8 Bit Mux to Component/Mux: Should be a subpage under Component) |
(No difference)
|
Revision as of 11:19, 22 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 or 0, it outputs the first byte input. If the bit input is
or 1, it outputs the second byte input.