RET Return from a TML function
Syntax
RET
RETurn from a TML function
Binary code
Example
...
CALL Function1; // Call Function1
UPD; // Update immediate is next instruction
// executed after RET
Function1:
RET; //Exit from Function1