From StrategyWiki, the video game walkthrough and strategy guide wiki
< Turing Complete
Revision as of 20:50, 4 May 2024 by Merlinarius (talk | contribs) (remove some quotes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

For this level you have to essentially create a four byte random access memory (RAM) in a confined space.

Little-Box Solution.png

First you need four 8-bit registers to store and retrieve the bytes independently.
Link all save value pins with the input and all output pins with the output.
Connect the load pin to the enable pin of the output.

Next build a 2-bit decoder to activate one of the registers at a time.

Lastly use eight switches to build two busses that actuate the load and save pins of the registers and hook them up to the corresponding inputs.
Connect the switch pairs to the respective decoder outputs and you're done!