Go up to Addressing modes
Go forward to Memory Addressing Modes

Register Direct modes

These addressing modes specify that the operand is one of the machines 16 registers.

Data Register Direct

The operand is in the data register specified by the register sub-field of the effective address specification. This mode is selected when the mode sub-field contains the value 0.

Address Register Direct

The operand is in the address register specified by the register sub-field of the effective address specification. This mode is selected when the mode sub-field contains the value 1.

Up Next