Difference between revisions of "Template:Bitwise Command"
From WikiManual
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" |
− | + | |- | |
− | + | |[[~]]|| Compliment | |
− | + | |- | |
− | + | |[[&]]|| AND | |
− | + | |- | |
− | + | |[[pipe| |]]|| OR | |
− | + | |- | |
− | + | |[[^]]|| XOR | |
+ | |- | ||
+ | |[[valinc | ++]]|| increment stack value | ||
+ | |- | ||
+ | |[[valdec | --]]|| deincrement stack value | ||
+ | |- | ||
+ | |[[-]]|| negate stack value | ||
+ | |- | ||
+ | |[[Shift left | <<]]|| bit shift left | ||
+ | |- | ||
+ | |[[Shift right| >>]]|| bit shift right | ||
+ | |} | ||
</div> | </div> |