<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Bitwise operation - Page 3 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=bitwise_operation&amp;p=2">1.Previous</a><br />
<a accesskey="3" href="page.php?w=bitwise_operation&amp;p=4">3.Next</a>
</p>
<p>design choices, bitwise operations do commonly use less power because of the reduced use of resources.</p>

<p><big>Bitwise operators</big></p>
<p>In the explanations below, any indication of a bit's position is counted from the right (least significant) side, advancing left. For example, the binary value 0001 (decimal 1) has zeroes at every position but the first (i.e., the rightmost) one.</p>

<p><big>NOT</big></p>
<p>The <b>bitwise NOT</b>, or <b>bitwise complement</b>, is a <a href="page.php?w=unary_operation">unary operation</a> that performs <a href="page.php?w=logical_negation">logical negation</a></p><p>
<a accesskey="1" href="page.php?w=bitwise_operation&amp;p=2">1.Previous</a><br />
<a accesskey="3" href="page.php?w=bitwise_operation&amp;p=4">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
