Command: LEA - Load Effective Address
Arguments: dest: 16 or 32 bit general purpose register, src: memory location
Usage: LEA dest, src
Effects: Stores the effective address of the second argument to the register defined by the first argument
Flags to be set: none
Misc: Normally the memory location would use some addressing calculation