You are on page 1of 1

1) [CS:bx+di]

Solution:
effective address: bx+di= 4567h+2000h
=6567h
physical address: 56450h+06567h ;add zero to end of segment register value

and 0 to start of offset


=5C9B7h

2) [bp+si+10]
Solution:
effective address: bp+si+10= 4700h+FFFFh+0Ah
=1 4790h ;here we will drop carry so
effective address
=4790h
physical address: FFFF0h+04790h
=1 046F9h ;here again we will drop carry
so resulting physical address is
=046F9h

You might also like