Function cambridge_asm::exec::bitman::lsl

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

Logical shift left

Syntax

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