The | character is created by hitting shift-\. Sometimes it is displayed with a break, sometimes not. It can be hard to tell apart from Il1! in some fonts.
0b1110_0000 | 0b1000_0001 → 0b1110_0001
Logical OR is a logical carryless bitwise addition, 1s where either operand has a 1, otherwise 0.
0 | 0
→ 0
0 | 1
→ 1
1 | 0
→ 1
1 | 1
→ 1
Useful for combining bit masks. Don’t confuse this with ||. Given that you have a mask to describe the bit (all zeros, one one), to turn on a bit, use | mask .
![]() |
and suggestions to improve this page to Roedy Green : | ||
| Canadian Mind Products | |||
| mindprod.com IP:[65.110.21.43] | |||
| Your face IP:[38.103.63.16] | The information on this page is for non-military use only. | ||
| You are visitor number 1. | Military use includes use by defence contractors. | ||
| You can get a fresh copy of this page from: | or possibly from your local J: drive (Java virtual drive/Mindprod website mirror) | ||
| http://mindprod.com/jgloss/oroperator.html | J:\mindprod\jgloss\oroperator.html | ||