Topic: DMD0372

Help File Version: 2.9.4.37

RET - Return Back to CALL


 

The Return Back to Call (RET) instruction is used to mark the end of the execution in a Subroutine. Each Subroutine must have at least one Return Back to Call (RET) instruction. The RET instruction is an unconditional output, meaning that no input logic is allowed on the rung with the RET instruction.

 

 


See Also:

CALL - Call Subroutine

 

RET - Return

 

RETC - Conditional Return

 

Subroutines

 


Related Topics:

Programs

 

Tasks

 

Interrupt Service Routines