SKIP

Cancels any pauses between previous and next commands only for current step (commands with output assumed: "Masked output", "Logic").
[Current PAUSE] = 0 ms

Syntax

skip

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 = 100 ms
 
10
 
CYCLE:     ; Define Label
 
skip       ; Cancel pause
 
rol 6
 
skip       ; Cancel pause
 
rol 6
 
goto CYCLE ; Goto Label CYCLE
exskip.mr_g.gif