Difference between revisions of "Template:Bitwise Command"

From WikiManual
Jump to: navigation, search
m
m (table!)
Line 3: Line 3:
 
<!-- 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-->
  
:[[~]] Compliment
+
{| style=background:#FFFCE6; border="0"
:[[&]] AND
+
|-
:[[pipe| |]] OR
+
|[[~]]|| Compliment
:[[^]] XOR
+
|-
:[[valinc | ++]] increment stack value
+
|[[&]]|| AND
:[[valdec | --]] deincrement stack value
+
|-
:[[-]] negate stack value
+
|[[pipe| |]]|| OR
:[[Shift left | <<]] bit shift left
+
|-
:[[Shift right| >>]] bit shift right
+
|[[^]]|| XOR
 +
|-
 +
|[[valinc | ++]]|| increment stack value
 +
|-
 +
|[[valdec | --]]|| deincrement stack value
 +
|-
 +
|[[-]]|| negate stack value
 +
|-
 +
|[[Shift left | <<]]|| bit shift left
 +
|-
 +
|[[Shift right| >>]]|| bit shift right
 +
|}
 
</div>
 
</div>

Revision as of 22:57, 23 December 2005