Saltar

Da wiki ArcoWiki
Revisão em 08h42min de 11 de junho de 2018 por Slia (Discussão | contribs) (Criou a página com "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 followin...")
(dif) ← Revisão anterior | Revisão atual (dif) | Revisão seguinte → (dif)
Ir para: navegação, pesquisa

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