Changes

Jump to: navigation, search

Bitwise Operations

1 byte removed, 23:39, 9 September 2017
OR
Therefore the bitwise ''OR'' is used to '''set bits''' to a value of 1.
For example, bits 4-:7 can be set to 1 while preserving the remaining bits in a byte by ORing a mask of 11110000 (0xF0):
{|cellspacing="0" cellpadding="5" border="1"
|Output||bgcolor="yellow"|1||bgcolor="yellow"|1||bgcolor="yellow"|1||bgcolor="yellow"|1||bgcolor="yellow"|1||bgcolor="yellow"|0||bgcolor="yellow"|1||bgcolor="yellow"|0
|}
 
=== AND ===

Navigation menu