Component/Register

From Turing Complete

8 Bit Register[edit | edit source]

8 Bit Register
Width 8
Type 8bit
Unlocked by Saving Bytes

The Register acts as a unit of memory. It is available in 8-bit, 16-bit, 32-bit, and 64-bit varieties.

There are 3 inputs and a single output.

The Load pin controls whether or not the current value is being output on the Output pin. The value is only output when there is a or 1 signal on the Load pin.

The Save pin controls whether or not the current value gets overwritten by the value that is detected on the Save Value. When a or 1 signal is detected on the Save pin, the value on the Save Value pin is stored. When the Save pin is in the or 0 position, no changes will be made to the value.

Other sizes[edit | edit source]


16 Bit Register
Width 16
Type 16bit
Unlocked by Lab
32 Bit Register
Width 32
Type 32bit
Unlocked by Lab
64 Bit Register
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.