|
InstructionsInstructions are recognised by a leading string. Valid leading strings areJUMP , LOOP , RCU , and ALTRO .
GROUP LOOP ... JUMP ... RCU ... ALTRO ... END
:).
GROUP LOOP ... JUMP ... label: RCU ... ALTRO ... END It's stronly recommended to put a label on the first instruction in a group, so one can easily execute that instruction from outside the RCU.
GROUP my_function : # Instructions follows ... END
|