You are on page 1of 8

University of Salahaddin

College of Engineering
Software & Informatics Dep.

COMPUTER ARCHITECTURE
2 N D S TA G E

A S S I S TA N T L E C T U R E R : E S I L S E M I R K H U R S H E D

[ L e c 7]
2020 – 2019
Register Indirect Addressing Mode
Transfers data between a register and a memory
location addressed by a base register [BP, BX] or
an Index register [DI, SI].
Register Indirect Addressing Mode
Physical Address : DS shift left +SI = 13698
Lower Byte [13698] = FE
Higher Byte [13699] =17
Base relative addressing mode
• Transfers data between a register and the
memory location addressed by base register
(BP or BX) or an index (SI or DI) plus a
displacement.

MOV AX, [BX+1000H]

The displacement can be added or subtracted.


1000 22234

Content Location

2000
Base relative addressing mode

You might also like