fuel_asm::op

Function or

source
pub fn or<A: CheckRegId, B: CheckRegId, C: CheckRegId>(
    dst: A,
    lhs: B,
    rhs: C,
) -> Instruction
Expand description

Bitwise ORs two registers.