MICROPROCESSOR AND MICROCONTROLLER

8051 INSTRUCTION SET ADDRESSING MODES

ARCHITECTURE OF 8085

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following instruction perform the move accumulator to external RAM of 16bit address?
A
MOV @ DPTR, A
B
MOVX @ Ri, A
C
MOV A, @ Ri
D
MOVX @ DPTR, A
Explanation: 

Detailed explanation-1: -The MOVX instruction transfers data between the accumulator and external data memory. External memory may be addressed via 16-bits in the DPTR register or via 8-bits in the R0 or R1 registers. When using 8-bit addressing, Port 2 must contain the high-order byte of the address.

Detailed explanation-2: -MOVX-Move Extended Memory. MUL-Multiply Accumulator by B. NOP-No Operation. ORL-Bitwise OR. POP-Pop Value From Stack.

There is 1 question to complete.