Bitwise Operators: Inclusive OR

Compares two bits and generates a 1 result if either or both bits are 1, otherwise it returns 0.

Example - Result will equal $8F
(= Result (| $85 $0F))