ASRArithmetic_shift Right.Syntaxasr [count] Parameterscount
Example 0x00sleeps 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 ![]() ![]() ![]() ![]() ![]() ![]()
|
ASRArithmetic_shift Right.Syntaxasr [count] Parameterscount
Example 0x00sleeps 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 ![]() ![]() ![]() ![]() ![]() ![]()
|