RTI (return from interrupt) Tags: all

Description:

Returns from an interrupt service request. Removes three bytes from the stack - tags and address. The tags are placed in the flag register P. Address (without increasing by 1 as opposed to RTS) is inserted into the PC command counter.

Example:

    RTI    ; termination of the interrupt