PEI (push effective indirect address) (only processor 65816) Tags: none

Description:

The PEI instruction has, as an operand, a direct page location. It’s the sixteen-bit value stored at the location that is pushed onto the stack. Decreases stack indicator S by two.

Example:

        PEA	data1     ; move 16 bit data from direct page location 'data1' to the stack