You are on page 1of 2

Addressing Modes:

The Different ways of specifying the operands


Operand types:
 Register Operands: Operands are in registers 8-bit [AH,AL,BH,AL,CH,AL,DH
AND DL] or 16-bit [AX, BX, CX, DX, SP,BP,SI,DI]
 Memory Operands: Operands are in memory and its EA to be specified using
different addressing modes.
 Immediate Operands: Operands are specified in the inst.
 Implied Operands: Operands are implied and need not specified in the
instruction.

You might also like