(Added infoboxes) |
(Multibyte versions are unlocked by The Lab) |
||
Line 19: | Line 19: | ||
| bit-width = 16 | | bit-width = 16 | ||
| type = 16bit | | type = 16bit | ||
| prerequisite = | | prerequisite = Lab | ||
}} | }} | ||
{{Infobox component | {{Infobox component | ||
Line 26: | Line 26: | ||
| bit-width = 32 | | bit-width = 32 | ||
| type = 32bit | | type = 32bit | ||
| prerequisite = | | prerequisite = Lab | ||
}} | }} | ||
{{Infobox component | {{Infobox component | ||
Line 33: | Line 33: | ||
| bit-width = 64 | | bit-width = 64 | ||
| type = 64bit | | type = 64bit | ||
| prerequisite = | | prerequisite = Lab | ||
}} | }} | ||
Latest revision as of 11:29, 23 August 2024
Width | 8 |
---|---|
Type | 8bit |
Unlocked by | Input Selector |
8 Bit Mux[edit | edit source]
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.
Other sizes[edit | edit source]
Width | 16 |
---|---|
Type | 16bit |
Unlocked by | Lab |
Width | 32 |
---|---|
Type | 32bit |
Unlocked by | Lab |
Width | 64 |
---|---|
Type | 64bit |
Unlocked by | Lab |
16 Bit[edit | edit source]
Similar to the 8 bit version but with 16 bit inputs and outputs.
32 Bit[edit | edit source]
Similar to the 8 bit version but with 32 bit inputs and outputs.
64 Bit[edit | edit source]
Similar to the 8 bit version but with 64 bit inputs and outputs.