pub fn andi<A: CheckRegId, B: CheckRegId>(ra: A, rb: B, imm: u16) -> Instruction
Expand description
Bitwise ANDs a register and an immediate value.
pub fn andi<A: CheckRegId, B: CheckRegId>(ra: A, rb: B, imm: u16) -> Instruction
Bitwise ANDs a register and an immediate value.