Changes

Jump to navigation Jump to search
369 bytes added ,  00:38, March 23, 2021
Added Boolean operations section
Line 153: Line 153:  
|align="right"|10000
 
|align="right"|10000
 
|}
 
|}
 +
 +
== Boolean operations ==
 +
Because each bit can be considered a true/false value, [[Boolean algebra]] operations are easily done with binary values.  For this reason, they are often referred to as bit-wise operations.  The operations are NOT, AND, OR, NAND, XOR, SHL (shift left), and SHR (shift right) - and variations such as ROL (rotate left) and ROR (rotate right).
    
==See also==
 
==See also==
SkipCaptcha
292

edits

Navigation menu