From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
(Created page with "{{Header Nav|game=Turing Complete}} For this level you have to essentially create a four byte random access memory (RAM) in a confined space. thumb First you need four 8-bit registers to store and retrieve the bytes independently.<br> Link all 'Save value' pins with the input and all output pins with the output.<br> 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 t...")
 
m (remove some quotes)
 
Line 6: Line 6:


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



Latest revision as of 20:50, 4 May 2024

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!