You are on page 1of 11

Addressing Modes

YAMAMA A. SHAFEEK & NOOR A. YOUSIF


UNIVERSITY OF TECHNOLOGY
IRAQ, BAGHDAD
Addressing Modes

 An addressing mode is a method of specifying an operand.

 In 8086, an instruction is written in one way of the followings:


 Op-code Destination operand, Source operand
 Op-code Destination operand
 Op-code
Addressing Modes

Register Immediate Memory


operand addressing mode operand addressing mode operand addressing mode

Direct addressing mode


Register indirect addressing mode
Based addressing mode
Indexed addressing mode
Based-indexed addressing mode
Register Operand Addressing Mode

MOV AX, BX
Immediate Operand Addressing Mode

MOV AL, 15H


Direct Addressing Mode (Memory)

MOV CX, [1234H]


Register Indirect Addressing Mode (Memory)

MOV AX, [SI]


Based Addressing Mode (Memory)

MOV [BX] + 1234H, AL


Indexed Addressing Mode (Memory)

MOV AL, [SI] + 1234H


Based-Indexed Addressing Mode (Memory)

MOV AH, [BX] [SI] + 1234H


Your Questions Are Welcomed Through
Google Class Room Application
Have a Nice Day

You might also like