Difference between revisions of "Jump"

From ArcoWiki
Jump to: navigation, search
Line 10: Line 10:
 
::::<code><span style="color: green; text-decoration: none;"> $$ instructions executed</span><br/></code>
 
::::<code><span style="color: green; text-decoration: none;"> $$ instructions executed</span><br/></code>
 
::::<code><span style="color: green; text-decoration: none;"> $$ instructions executed</span><br/></code>
 
::::<code><span style="color: green; text-decoration: none;"> $$ instructions executed</span><br/></code>
 +
 +
[[Category:Dmis_Tutorial]]

Revision as of 15:16, 4 August 2016

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