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

Bitwise AND

Syntax

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