<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zach1231</id>
		<title>ComputerCraft Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zach1231"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/Special:Contributions/Zach1231"/>
		<updated>2026-07-11T23:41:03Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Bit.band&amp;diff=681</id>
		<title>Bit.band</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Bit.band&amp;diff=681"/>
				<updated>2012-02-27T01:26:00Z</updated>
		
		<summary type="html">&lt;p&gt;Zach1231: Created page with &amp;quot; == Explanation == &amp;lt;i&amp;gt;AND&amp;lt;/i&amp;gt; is a gate that is only on when both inputs are on. (ex. (0,0)=0; (1,0)=0; (0,1)=0; (1,1)=1)  == Other than Binary == &amp;lt;i&amp;gt;AND&amp;lt;/i&amp;gt; can be used as a ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Explanation ==&lt;br /&gt;
&amp;lt;i&amp;gt;AND&amp;lt;/i&amp;gt; is a gate that is only on when both inputs are on. (ex. (0,0)=0; (1,0)=0; (0,1)=0; (1,1)=1)&lt;br /&gt;
&lt;br /&gt;
== Other than Binary ==&lt;br /&gt;
&amp;lt;i&amp;gt;AND&amp;lt;/i&amp;gt; can be used as a basic &amp;lt;i&amp;gt;if equals&amp;lt;/i&amp;gt; command, but isn't very reliable due to its behavior. When the lowest number is even and you count up it will pulse that number for as many times as that number. (ex. if 2 is the lowest number: 2=2 3=2, 4=0, 5=0, 6=2, 7=2, 8=0, 9=0, 10=2, 11=2, 12=0) However, if the lowest number is odd it will count up to that number then return to zero and start again. (ex. if you use 3 you get: 4=0, 5=1, 6=2, 7=3, 8=0, 9=1, 10=2, 11=3, 12=0)&lt;br /&gt;
&lt;br /&gt;
--[[User:Zach1231|Zach1231]] 01:26, 27 February 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>Zach1231</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Bit.bor&amp;diff=680</id>
		<title>Bit.bor</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Bit.bor&amp;diff=680"/>
				<updated>2012-02-27T00:20:16Z</updated>
		
		<summary type="html">&lt;p&gt;Zach1231: 0V0=0; 1V0=1; 0V1=1; 1V1=1;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Explanation ==&lt;br /&gt;
&amp;lt;i&amp;gt;OR&amp;lt;/i&amp;gt; outputs the sum of the two values(ex. (1,0)=1; (0,1)=1; (2,0)=2; (2,1)=3), unless they are equal in which it outputs the number. (ex. (0,0)=0; (1,1)=1; (2,2)=2; (3,3)=3)&lt;/div&gt;</summary>
		<author><name>Zach1231</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Bit.bxor&amp;diff=679</id>
		<title>Bit.bxor</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Bit.bxor&amp;diff=679"/>
				<updated>2012-02-27T00:17:06Z</updated>
		
		<summary type="html">&lt;p&gt;Zach1231: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Explanation ==&lt;br /&gt;
''XOR'' is similar to the ''OR'' gate, but the numbers can '''not''' be equal.&lt;br /&gt;
(ex. (0,0)=0; (1,0)=1; (0,1)=1; (1,1)=0)&lt;br /&gt;
&lt;br /&gt;
== Above 1 and Below 0 ==&lt;br /&gt;
I tried to research and work on numbers above 1, but it gets kind of confusing, at first it is simple(ex. (1,2)=3; (2,2)=0; (4,2)=6; (5,2)=7;), but then when you input (6,2) it equals 4. I tried working on this for half and hour with no luck. When I tried to work on numbers below 0 at first it was as confusing as above 1 and as simple as 0 and 1, but still a positive number. Then when I mixed negative and positive, I got 4294967295 from (-1,1). I didn't try to research it. So hopefully someone will edit this and explain how going above 1 works, and possibly include an equation or 2.&lt;br /&gt;
&lt;br /&gt;
--[[User:Zach1231|Zach1231]] 23:59, 26 February 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>Zach1231</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Bit.bxor&amp;diff=678</id>
		<title>Bit.bxor</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Bit.bxor&amp;diff=678"/>
				<updated>2012-02-27T00:14:48Z</updated>
		
		<summary type="html">&lt;p&gt;Zach1231: /* Above 1 and Below 0 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Explanation ==&lt;br /&gt;
''XOR'' is similar to the ''OR'' gate, but the numbers can '''not''' be equal.&lt;br /&gt;
(ex. 0&amp;lt;u&amp;gt;V&amp;lt;/u&amp;gt;0=0; 1&amp;lt;u&amp;gt;V&amp;lt;/u&amp;gt;0=1; 0&amp;lt;u&amp;gt;V&amp;lt;/u&amp;gt;1=1; 1&amp;lt;u&amp;gt;V&amp;lt;/u&amp;gt;1=0)&lt;br /&gt;
&lt;br /&gt;
== Above 1 and Below 0 ==&lt;br /&gt;
I tried to research and work on numbers above 1, but it gets kind of confusing, at first it is simple(ex. (1,2)=3; (2,2)=0; (4,2)=6; (5,2)=7;), but then when you input (6,2) it equals 4. I tried working on this for half and hour with no luck. When I tried to work on numbers below 0 at first it was as confusing as above 1 and as simple as 0 and 1, but still a positive number. Then when I mixed negative and positive, I got 4294967295 from (-1,1). I didn't try to research it. So hopefully someone will edit this and explain how going above 1 works, and possibly include an equation or 2.&lt;br /&gt;
&lt;br /&gt;
--[[User:Zach1231|Zach1231]] 23:59, 26 February 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>Zach1231</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Bit.bxor&amp;diff=677</id>
		<title>Bit.bxor</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Bit.bxor&amp;diff=677"/>
				<updated>2012-02-26T23:59:44Z</updated>
		
		<summary type="html">&lt;p&gt;Zach1231: /* Above 1 and Below 0 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Explanation ==&lt;br /&gt;
''XOR'' is similar to the ''OR'' gate, but the numbers can '''not''' be equal.&lt;br /&gt;
(ex. 0&amp;lt;u&amp;gt;V&amp;lt;/u&amp;gt;0=0; 1&amp;lt;u&amp;gt;V&amp;lt;/u&amp;gt;0=1; 0&amp;lt;u&amp;gt;V&amp;lt;/u&amp;gt;1=1; 1&amp;lt;u&amp;gt;V&amp;lt;/u&amp;gt;1=0)&lt;br /&gt;
&lt;br /&gt;
== Above 1 and Below 0 ==&lt;br /&gt;
I tried to research and work on numbers above 1, but it gets kind of confusing, at first it is simple(ex. (1,2)=3; (2,2)=0; (4,2)=6; (5,2)=7;), but then when you input (6,2) it equals 4. I tried working on this for half and hour with no luck. When I tried to work on numbers below 0 at first it was as confusing as above 1 and as simple as 0 and 1, but still a positive number. Then when I mixed negative and positive, I got 4294967295 from (-1,1). I didn't try to research it. So hopefully someone will edit this and explain how going above 1 works, and possibly include an equation or 2.&lt;br /&gt;
&lt;br /&gt;
--[[User:Zach1231|Zach1231]] 23:59, 26 February 2012 (UTC) Zach1231&lt;/div&gt;</summary>
		<author><name>Zach1231</name></author>	</entry>

	</feed>