Table of Contents Previous topic Next topic
MICROPROCESSOR INSTRUCTION REFERENCE->RTS
RTS Return from Subroutine
Compatibility: 68000, 68010, 68020 and CPU32 families.
(SP) -> PC : SP + 4 -> SP
Assembler Syntax: RTS
Size: Unsized
Pulls the program counter value from the stack. The previous program counter value is lost.
Condition Codes: Not Affected