LSR

Logical Shift Right.

Syntax

lsr [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
 
0000111011010
 
lsr 12     ; Do LSR for 12 times
 
goto CYCLE ; Infinite cycle
exlsr.mlh_g.gif