ASR

Arithmetic_shift Right.

Syntax

asr [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
 
0000111011110
 
asr 12     ; Do ASR for 12 times
 
0000111011100
 
asr 12     ; Do LSR for 12 times
 
goto CYCLE ; Infinite cycle
exasr.mlh_g.gif
exasr.mlv_r.gifexasr.mlv_b.gifexasr.mlv_r.gifexasr.mlv_b.gifexasr.mlv_r.gif