PEA Instruction



The instruction PEA calculates an effective address and pushes it onto the stack. The address is always a longword.

ADDRESS METHODS: (An), x(An), x(An,xr.s), x.w, x.l, x(PC), x(PC,xr.s)

DATA LENGTH: Longword

FLAGS: Unaffected

SYNTAX: PEA <ea>

EXAMPLE CODE:

    PEA num1    similar to LEA except this pushes the address to the stack, rather than a register