LSL

Logical Shift Left.

Syntax

lsl [count]

Parameters

count
  • Decimal number from 2 to 100, tells how many times next command or block will be retried.

Example 0x00

sleeps 500 ; Set sleeps = 500 ms
 
CYCLE:     ; Define Label
 
10110
 
lsl 12     ; Do LSL for 12 times
 
goto CYCLE ; Infinite cycle
exlsl.mlh_g.gif