PEA (push effective absolute address) (only processor 65816) Tags: none
PEA
Description:
The PEA instruction pushes the operand, a 16-bit absolute address or immediate data word, onto the stack. Decreases stack indicator S by two.
Example:
PEA #data1 ; move value of 'data1' to the stack