LEA

LEA

Operation:
<ea> -->; An

Assembler Syntax:
LEA <ea>,An

Attributes: Size = (Long)

Description: Loads the effective address into the specified
address register. All 32 bits of the address register
are affected by this instruction.

Condition Codes:
Not affected.

Example:

A1= $00011004
LEA ($2000,A1),A2
Result:
A2 = $00013004