PLX (pull X from stack) (65C02 processor only) Tags: none

Description:

Removes the byte of data from the stack and places it in the X register.

Example:

        PLX; byte image from stack to register X