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