ASL

Arithmetic shift Left. ASL have same effect as LSL.

Syntax

asl [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
 
asl 12     ; Do ASL for 12 times
 
goto CYCLE ; Infinite cycle
exlsl.mlh_g.gif