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

Bitwise OR

Syntax

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