Constant BOR

Source
pub const BOR: Op;
Expand description

§BitOr

0x1B: BOR

Bitwise OR of two words.

§Stack Input

[lhs, rhs]

§Stack Output

[lhs | rhs]