Final answer:
The instruction that sends program flow out to a sub program is CALL.
Step-by-step explanation:
The instruction that will send program flow out to a sub program is CALL. The CALL instruction is used in programming languages to transfer control to a sub program or subroutine. The sub program is typically defined elsewhere in the program and can be called multiple times.