edited by
5,644 views

2 Answers

Best answer
13 votes
13 votes
MOV [BX],AL

move the contents of AL to memory location whose address is in BX (source and target can be either way as per the IA, lets assume first is destination here)

say [BX]=200

so AL contents are moved to memory location 200

it is example of register indirect..
selected by
0 votes
0 votes
Register indirect addressing means that the location of an operand is held in a register.
In register addressing mode, a register contains the operand. Depending upon the instruction, the register may be the first operand, the second operand or both.
In Immediate Addressing,an immediate operand has a constant value or an expression. When an instruction with two operands uses immediate addressing, the first operand may be a register or memory location, and the second operand is an immediate constant.
Answer:

Related questions

4 votes
4 votes
5 answers
1
go_editor asked Jun 23, 2016
3,538 views
In DMA transfer scheme, the transfer scheme other than burst mode iscycle techniquestealing techniquecycle stealing techniquecycle bypass technique
7 votes
7 votes
3 answers
2
go_editor asked Jun 23, 2016
4,678 views
Number of chips $(128 \times 8 \;\text{RAM})$ needed to provide a memory capacity of $2048$ bytes$2$$4$$8$$16$
11 votes
11 votes
4 answers
3
go_editor asked Jun 22, 2016
6,563 views
Two control signals in microprocessor which are related to Direct Memory Access (DMA) are$\textsf{INTR & INTA}$$\textsf{RD & WR}$$\textsf{S0 & S1}$$\textsf{HOLD & HLDA}$
6 votes
6 votes
2 answers
4
go_editor asked Jun 22, 2016
7,790 views
Find the memory address of the next instruction executed by the microprocessor $(8086),$ when operated in real mode for $\textsf{CS=1000}$ and $\textsf{IP=E000}$$\textsf{...