Function cambridge_asm::exec::bitman::or

source ·
pub fn or(ctx: &mut Context, op: &Op) -> PasmResult
Expand description

Bitwise OR

Syntax

  1. OR [lit | reg | addr] - OR with ACC
  2. OR [reg | addr],[lit | reg | addr] - store second OR first to first
  3. OR [reg | addr],[lit | reg | addr],[lit | reg | addr] - store second OR third to first