Difference between revisions of "Template:Bitwise Command"

From WikiManual
Jump to: navigation, search
m
 
Line 6: Line 6:
 
{| border="0" style=background:#fff3f3;  
 
{| border="0" style=background:#fff3f3;  
 
|-
 
|-
|[[~]]|| Compliment
+
|[[~]]|| Complement
 
|-
 
|-
 
|[[&]]|| AND
 
|[[&]]|| AND

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