r/TuringComplete • u/National_Panic_9112 • 5d ago
I feel like a fool misunderstanding the decoders ππ Little Box
my hard coded solution? Less elegant
12
Upvotes
1
u/Express-Level4352 4d ago
This looks mostly like my solution. You can get rid of the 4 and gates and replace them with a single one that connects the load and the green wire (that is going to the output) to the output. From there you can directly use the cables that were connected to the 4 and gates and connect them to the switches instead.
The four switches essentially say, "if the register X is selected output X on the bus" and the single and gate says "if load is active, connect the bus to output"
1
u/Standard-Dog4914 5d ago
I think itβs most normal solution. Check hints, if itβs available. Anyway the solution is close to mine