fuel_asm::op

Function and

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

Bitwise ANDs two registers.