<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://turingcomplete.wiki/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lupin3rd</id>
	<title>Turing Complete - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://turingcomplete.wiki/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lupin3rd"/>
	<link rel="alternate" type="text/html" href="http://turingcomplete.wiki/wiki/Special:Contributions/Lupin3rd"/>
	<updated>2026-04-19T00:32:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>http://turingcomplete.wiki/w/index.php?title=Component/Equal&amp;diff=3368</id>
		<title>Component/Equal</title>
		<link rel="alternate" type="text/html" href="http://turingcomplete.wiki/w/index.php?title=Component/Equal&amp;diff=3368"/>
		<updated>2023-12-30T21:30:02Z</updated>

		<summary type="html">&lt;p&gt;Lupin3rd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Equal component checks two values for equality. If the values on both inputs are the same, a {{On}} or 1 response is output. If they are different, a {{Off}} or 0 response is output.&lt;br /&gt;
&lt;br /&gt;
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.&lt;/div&gt;</summary>
		<author><name>Lupin3rd</name></author>
	</entry>
	<entry>
		<id>http://turingcomplete.wiki/w/index.php?title=Component/Register&amp;diff=3367</id>
		<title>Component/Register</title>
		<link rel="alternate" type="text/html" href="http://turingcomplete.wiki/w/index.php?title=Component/Register&amp;diff=3367"/>
		<updated>2023-12-30T21:29:05Z</updated>

		<summary type="html">&lt;p&gt;Lupin3rd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Register acts as a unit of memory. It is available in 8-bit, 16-bit, 32-bit, and 64-bit varieties.&lt;br /&gt;
&lt;br /&gt;
There are 3 inputs and a single output.&lt;br /&gt;
&lt;br /&gt;
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 {{On}} or 1 signal on the Load pin.&lt;br /&gt;
&lt;br /&gt;
The Save pin controls whether or not the current value gets overwritten by the value that is detected on the Save Value. When a {{On}} 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 {{Off}} or 0 position, no changes will be made to the value.&lt;/div&gt;</summary>
		<author><name>Lupin3rd</name></author>
	</entry>
	<entry>
		<id>http://turingcomplete.wiki/w/index.php?title=Component/Counter&amp;diff=3366</id>
		<title>Component/Counter</title>
		<link rel="alternate" type="text/html" href="http://turingcomplete.wiki/w/index.php?title=Component/Counter&amp;diff=3366"/>
		<updated>2023-12-30T21:27:40Z</updated>

		<summary type="html">&lt;p&gt;Lupin3rd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&lt;br /&gt;
&lt;br /&gt;
It has two inputs, an Overwrite Value which can be used to change the counter&#039;s value on the next tick; and an Increment/Overwrite toggle. The default behavior is to increment by one on each cycle if a {{Off}} signal is connected to the Increment/Overwrite input. If a {{On}} signal is connected to Increment/Overwrite, it will change the value of the counter to the value that is detected on the Overwrite Value pin.&lt;br /&gt;
&lt;br /&gt;
The output pin is always active, so the current value of the counter is always being output.&lt;/div&gt;</summary>
		<author><name>Lupin3rd</name></author>
	</entry>
	<entry>
		<id>http://turingcomplete.wiki/w/index.php?title=Component/1_Bit_memory&amp;diff=3365</id>
		<title>Component/1 Bit memory</title>
		<link rel="alternate" type="text/html" href="http://turingcomplete.wiki/w/index.php?title=Component/1_Bit_memory&amp;diff=3365"/>
		<updated>2023-12-30T21:26:22Z</updated>

		<summary type="html">&lt;p&gt;Lupin3rd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 1-bit Memory component is a way to remember the state of a bit.  Whenever the Save Enable is {{On}}, it will retain whatever value is on the Save Value pin.  It always outputs the current value that is stored.  You can think of it as a sticky bit.&lt;/div&gt;</summary>
		<author><name>Lupin3rd</name></author>
	</entry>
	<entry>
		<id>http://turingcomplete.wiki/w/index.php?title=Component/XNOR&amp;diff=3364</id>
		<title>Component/XNOR</title>
		<link rel="alternate" type="text/html" href="http://turingcomplete.wiki/w/index.php?title=Component/XNOR&amp;diff=3364"/>
		<updated>2023-12-30T21:25:38Z</updated>

		<summary type="html">&lt;p&gt;Lupin3rd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 1-bit Xnor gate, also called the exclusive NOT OR gate, outputs a {{On}} state only when both inputs are the same.  If both inputs are {{On}}, it outputs {{On}}.  If both inputs are {{Off}}, it outputs an {{On}}.  It is useful when you want to know if two bits are the same, regardless of which state they&#039;re in.&lt;/div&gt;</summary>
		<author><name>Lupin3rd</name></author>
	</entry>
	<entry>
		<id>http://turingcomplete.wiki/w/index.php?title=Component/XOR&amp;diff=3363</id>
		<title>Component/XOR</title>
		<link rel="alternate" type="text/html" href="http://turingcomplete.wiki/w/index.php?title=Component/XOR&amp;diff=3363"/>
		<updated>2023-12-30T21:24:46Z</updated>

		<summary type="html">&lt;p&gt;Lupin3rd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 1-bit Xor gate, also called exclusive OR, outputs a {{On}} or 1 state, but only if ONE of the inputs is in a {{On}} or 1 state.  If both inputs are {{On}}, it outputs an {{Off}}.  If neither input is {{On}}, it outputs an {{Off}}.  It is useful when you want to make sure that only 1 of 2 bits is {{On}}.&lt;/div&gt;</summary>
		<author><name>Lupin3rd</name></author>
	</entry>
	<entry>
		<id>http://turingcomplete.wiki/w/index.php?title=Component/NOR&amp;diff=3362</id>
		<title>Component/NOR</title>
		<link rel="alternate" type="text/html" href="http://turingcomplete.wiki/w/index.php?title=Component/NOR&amp;diff=3362"/>
		<updated>2023-12-30T21:23:17Z</updated>

		<summary type="html">&lt;p&gt;Lupin3rd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 1-bit Nor gate is a NOT OR gate.  It does the opposite of an OR gate.  It outputs {{On}} or 1 only when both inputs are {{Off}} or 0.&lt;/div&gt;</summary>
		<author><name>Lupin3rd</name></author>
	</entry>
	<entry>
		<id>http://turingcomplete.wiki/w/index.php?title=Component/OR&amp;diff=3360</id>
		<title>Component/OR</title>
		<link rel="alternate" type="text/html" href="http://turingcomplete.wiki/w/index.php?title=Component/OR&amp;diff=3360"/>
		<updated>2023-12-30T21:20:16Z</updated>

		<summary type="html">&lt;p&gt;Lupin3rd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 1-bit Or gate takes two inputs, and outputs a {{On}} or &#039;&#039;&#039;1&#039;&#039;&#039; when at least one of the inputs is in a {{On}} or &#039;&#039;&#039;1&#039;&#039;&#039; state.  NOTE: It will still output {{On}} if both inputs are {{On}}.&lt;/div&gt;</summary>
		<author><name>Lupin3rd</name></author>
	</entry>
	<entry>
		<id>http://turingcomplete.wiki/w/index.php?title=Component/AND&amp;diff=3359</id>
		<title>Component/AND</title>
		<link rel="alternate" type="text/html" href="http://turingcomplete.wiki/w/index.php?title=Component/AND&amp;diff=3359"/>
		<updated>2023-12-30T21:18:01Z</updated>

		<summary type="html">&lt;p&gt;Lupin3rd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 1-bit And gate takes two bits as its input, and only outputs a {{On}} or &#039;&#039;&#039;1&#039;&#039;&#039; when both of the input bits are in the {{On}} or &#039;&#039;&#039;1&#039;&#039;&#039; state.&lt;/div&gt;</summary>
		<author><name>Lupin3rd</name></author>
	</entry>
	<entry>
		<id>http://turingcomplete.wiki/w/index.php?title=Component/Switch&amp;diff=3358</id>
		<title>Component/Switch</title>
		<link rel="alternate" type="text/html" href="http://turingcomplete.wiki/w/index.php?title=Component/Switch&amp;diff=3358"/>
		<updated>2023-12-30T21:16:43Z</updated>

		<summary type="html">&lt;p&gt;Lupin3rd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 1-bit Switch is a way to pass the state of the input bit to the output of the switch, but only when the switch is in the enabled {{On}} state.  The {{Off}} state prevents the input bit from being passed through to the output.&lt;/div&gt;</summary>
		<author><name>Lupin3rd</name></author>
	</entry>
	<entry>
		<id>http://turingcomplete.wiki/w/index.php?title=Component/NOT&amp;diff=3357</id>
		<title>Component/NOT</title>
		<link rel="alternate" type="text/html" href="http://turingcomplete.wiki/w/index.php?title=Component/NOT&amp;diff=3357"/>
		<updated>2023-12-30T21:15:42Z</updated>

		<summary type="html">&lt;p&gt;Lupin3rd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is used to change the state of a bit to its opposite state.  For example, it will take a &#039;&#039;&#039;1&#039;&#039;&#039; or {{On}} and make it a &#039;&#039;&#039;0&#039;&#039;&#039; {{Off}}, and vice versa.&lt;/div&gt;</summary>
		<author><name>Lupin3rd</name></author>
	</entry>
	<entry>
		<id>http://turingcomplete.wiki/w/index.php?title=Component/OFF&amp;diff=3356</id>
		<title>Component/OFF</title>
		<link rel="alternate" type="text/html" href="http://turingcomplete.wiki/w/index.php?title=Component/OFF&amp;diff=3356"/>
		<updated>2023-12-30T21:14:40Z</updated>

		<summary type="html">&lt;p&gt;Lupin3rd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a single bit representation of the {{Off}} state, or &#039;&#039;&#039;0&#039;&#039;&#039; in logical terms.  This is useful for times when you want to make sure you have a {{Off}} input to another component.&lt;/div&gt;</summary>
		<author><name>Lupin3rd</name></author>
	</entry>
	<entry>
		<id>http://turingcomplete.wiki/w/index.php?title=Component/ON&amp;diff=3355</id>
		<title>Component/ON</title>
		<link rel="alternate" type="text/html" href="http://turingcomplete.wiki/w/index.php?title=Component/ON&amp;diff=3355"/>
		<updated>2023-12-30T21:13:51Z</updated>

		<summary type="html">&lt;p&gt;Lupin3rd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a single bit representation of the {{On}} state, or &#039;&#039;&#039;1&#039;&#039;&#039; in logical terms.  This is useful for times when you want to make sure you have a {{On}} input to another component.&lt;/div&gt;</summary>
		<author><name>Lupin3rd</name></author>
	</entry>
	<entry>
		<id>http://turingcomplete.wiki/w/index.php?title=Component/Register&amp;diff=3354</id>
		<title>Component/Register</title>
		<link rel="alternate" type="text/html" href="http://turingcomplete.wiki/w/index.php?title=Component/Register&amp;diff=3354"/>
		<updated>2023-12-30T21:10:32Z</updated>

		<summary type="html">&lt;p&gt;Lupin3rd: Created page with &amp;quot;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...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Register acts as a unit of memory. It is available in 8-bit, 16-bit, 32-bit, and 64-bit varieties.&lt;br /&gt;
&lt;br /&gt;
There are 3 inputs and a single output.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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 pin, the value on the Save Value pin is stored. When the Save pin is in the OFF (0) position, no changes will happen to the value.&lt;/div&gt;</summary>
		<author><name>Lupin3rd</name></author>
	</entry>
	<entry>
		<id>http://turingcomplete.wiki/w/index.php?title=Component/Counter&amp;diff=3353</id>
		<title>Component/Counter</title>
		<link rel="alternate" type="text/html" href="http://turingcomplete.wiki/w/index.php?title=Component/Counter&amp;diff=3353"/>
		<updated>2023-12-30T21:04:19Z</updated>

		<summary type="html">&lt;p&gt;Lupin3rd: Created page with &amp;quot;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&amp;#039;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...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&lt;br /&gt;
&lt;br /&gt;
It has two inputs, an Overwrite Value which can be used to change the counter&#039;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 the counter to the value that is detected on the Overwrite Value pin.&lt;br /&gt;
&lt;br /&gt;
The output pin is always active, so the current value of the counter is always being output.&lt;/div&gt;</summary>
		<author><name>Lupin3rd</name></author>
	</entry>
	<entry>
		<id>http://turingcomplete.wiki/w/index.php?title=Component/Delay_Line_(word)&amp;diff=3352</id>
		<title>Component/Delay Line (word)</title>
		<link rel="alternate" type="text/html" href="http://turingcomplete.wiki/w/index.php?title=Component/Delay_Line_(word)&amp;diff=3352"/>
		<updated>2023-12-30T20:57:42Z</updated>

		<summary type="html">&lt;p&gt;Lupin3rd: Created page with &amp;quot;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.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;/div&gt;</summary>
		<author><name>Lupin3rd</name></author>
	</entry>
	<entry>
		<id>http://turingcomplete.wiki/w/index.php?title=Component/Equal&amp;diff=3351</id>
		<title>Component/Equal</title>
		<link rel="alternate" type="text/html" href="http://turingcomplete.wiki/w/index.php?title=Component/Equal&amp;diff=3351"/>
		<updated>2023-12-30T20:55:09Z</updated>

		<summary type="html">&lt;p&gt;Lupin3rd: Created page with &amp;quot;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.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;/div&gt;</summary>
		<author><name>Lupin3rd</name></author>
	</entry>
</feed>