PLY (pull Y from stack) (65C02 processor only) Tags: none

Description:

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

Example:

        PLY; remove the byte from the stack to the Y register