Autosave: 2023-01-04 07:00:07

This commit is contained in:
thomasabishop 2023-01-04 07:00:07 +00:00
parent c9f5af2b79
commit e82745bb56

View file

@ -5,7 +5,7 @@ categories:
tags: [logic-gates, binary, nand-to-tetris]
---
# Multiplexors (MUX)
# Multiplexers (MUX)
A multiplexor takes two inputs (A,B) plus a third input SEL (for "select"). Applying a value to SEL toggles the output between A and B.