RTS (return from subroutine) Tags: none

Description:

Returns from the subroutine. Removes two bytes from the stack - address. The address after increasing by 1 is inserted into the PC register.

Example:

        RTS; return from subroutine