All public logs

Combined display of all available logs of Turing Complete. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:10, 30 December 2023 Lupin3rd talk contribs created page 8 Bit Register (Created page with "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 an ON (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 an ON (1) signal is detected on the Save...")
  • 21:04, 30 December 2023 Lupin3rd talk contribs created page 8 Bit Counter (Created page with "The 8 Bit Counter component behaves somewhat like a register, in that it starts with a value of 0 and can have its value changed. It has two inputs, an Overwrite Value which can be used to change the counter's value on the next tick; and an Increment/Overwrite toggle. The default behavior is to increment by one on each cycle if an OFF signal is connected to the Increment/Overwrite input. If an ON signal is connected to Increment/Overwrite, it will change the value of th...")
  • 20:57, 30 December 2023 Lupin3rd talk contribs created page 8 Bit Delay Line (Created page with "The 8 Bit Delay Line functions the same way as the 1-bit Delay Line. It accepts a value on the input, and then outputs that same value on the next tick. This component exists in 8-bit, 16-bit, 32-bit, and 64-bit varieties. The variants all allow numbers of different sizes to be output.")
  • 20:55, 30 December 2023 Lupin3rd talk contribs created page Equal (Created page with "The Equal component checks two values for equality. If the values on both inputs are the same, an ON (1) response is output. If they are different, an OFF (0) response is output. This component exists in 8-bit, 16-bit, 32-bit, and 64-bit varieties. In all cases, a single bit is output, regardless of how many bits are being compared.")
  • 20:49, 30 December 2023 User account Lupin3rd talk contribs was created