Difference between revisions of "Template:Bitwise Command"

From WikiManual
Jump to: navigation, search
m (table!)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<div class="boilerplate metadata" id="sfd-c" style="margin: 0 5%; padding: 0 7px 7px 7px; background: #FFFCE6; border: 1px solid #aaa; text-align: left; font-size:95%;">
+
{| width="100%" style="background: transparent;"
===[[Bitwise Command]]:===
+
{{Divred}}
 +
==[[Bitwise Command]]:==
 
<!-- This is part of a template, included in multiple articles like a procedure. Changing this changes more than one articles appearance-->
 
<!-- This is part of a template, included in multiple articles like a procedure. Changing this changes more than one articles appearance-->
  
{| style=background:#FFFCE6; border="0"
+
{| border="0" style=background:#fff3f3;  
 
|-
 
|-
|[[~]]|| Compliment
+
|[[~]]|| Complement
 
|-
 
|-
 
|[[&]]|| AND
 
|[[&]]|| AND
Line 23: Line 24:
 
|[[Shift right| >>]]|| bit shift right
 
|[[Shift right| >>]]|| bit shift right
 
|}
 
|}
</div>
+
|}

Latest revision as of 02:38, 1 April 2008

Bitwise Command:

~ Complement
& AND
| OR
^ XOR
++ increment stack value
-- deincrement stack value
- negate stack value
<< bit shift left
>> bit shift right