!!! Overview
[{$pagename}] takes two [bit] patterns of __equal length__ and performs the logical inclusive OR operation on each pair of corresponding [bits]. 

The result in each position is 0 if both bits are 0, while otherwise the result is 1. For [example]:
* 0101 ([decimal] 5) [{$pagename}]
* 0011 ([decimal] 3) = 
* 0111 ([decimal] 7)
[{$pagename}] may be used to set to 1 the selected [bits] of the register described above. \\
For example, the fourth bit of 0010 (decimal 2) may be set by performing a [{$pagename}] with the pattern with only the fourth bit set:
* 0010 ([decimal] 2) [{$pagename}]
* 1000 ([decimal] 8) =
* 1010 ([decimal] 10)

!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]