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

Logical shift right

Syntax

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