The Pseudo Instruction LDA

Name:

LDA $X,Label

Specification:

LDA: u($X) ← Label

Timing:

Description:

Stores the address indicated by the label in register $X. This instruction is assembled as an ADDUI instruction using a suitable global register or, with the -x option of mmixal it is assembled into a sequence of four instructions using 16-bit immediate operands.

See also: ADDU and Bitwise Operations with 16-Bit Immediate Values.