Saltare

Da ArcoWiki.
Versione del 11 giu 2018 alle 08:41 di Slia (Discussione | contributi) (Creata pagina con "The <code>JUMPTO/</code> command is used to transfer the execution of the program to the statement following the defined label .<br/> The label is defined using the following...")
(diff) ← Versione meno recente | Versione attuale (diff) | Versione più recente → (diff)

The JUMPTO/ command is used to transfer the execution of the program to the statement following the defined label .
The label is defined using the following sintax: (label).


$$ Example of JUMPTO command

JUMPTO/(CONTINUEFROMHERE)
$$ instructions not executed
$$ instructions not executed
(CONTINUEFROMHERE)
$$ instructions executed
$$ instructions executed