//! Dual CPU references for `primitive.bitwise.or`.
use crateDualReference;
/// Operation ID for the OR primitive.
pub const OP_ID: &str = "primitive.bitwise.or";
/// Direct word-oriented OR reference.
/// Bit-by-bit OR reference.
/// Dual-reference marker for the OR primitive.
;