從 ArcoWiki
於 2018年6月11日 (一) 08:42 由 Slia (對話 | 貢獻) 所做的修訂 (创建页面,内容为“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…”)
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
跳到: 導覽搜尋

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