8086 program problem

Thread Starter

gaurav9991

Joined Nov 30, 2010
2
can anyone please tell me the answer and why is is for:-

In 8086 CPU the following register contents are

CS:4100H DS:A000H BX:0350H IP:0100H

The 8086 fetches the following instruction using above register

MOV [BX] , AX

1) Which is the memory address from where the instruction is fetched?

2)Which is the memory address where the data that is in AX is stored?

thanks
 

Thread Starter

gaurav9991

Joined Nov 30, 2010
2
for 1. It takes address from instruction pointer
but for 2. Since indirect addressing mode is used, it' not 0350H. Then what it is?
 
Top