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

Logical shift left

Syntax

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