LD IX,nn

Operation

IX <- nn

Mnemonic

LD

Operands

IX,nn

b7b6b5b4b3b2b1b0
1 1 0 1 1 1 0 1$DD
0 0 1 0 0 0 0 1$21
n
n

Description

The nn integer is loaded to Index Register IX. The first n operand after the op code is the low-order byte.

Condition Bits Affected

None

Example

Upon the execution of

	LD	IX,$45A2

the Index Register IX will contain $45A2.