Difference between revisions of "Template:Bitwise Command"
From WikiManual
m |
(→Bitwise Command:) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | {| width="100%" style="background: transparent;" | |
− | + | {{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--> | ||
− | :[[~]] | + | {| border="0" style=background:#fff3f3; |
− | + | |- | |
− | + | |[[~]]|| Complement | |
− | + | |- | |
− | + | |[[&]]|| 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 | ||
+ | |} | ||
+ | |} |
Latest revision as of 01:38, 1 April 2008
Bitwise Command:
|