8051 INSTRUCTION SET ADDRESSING MODES
ARCHITECTURE OF 8085
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of the following instruction is wrong
|
INC DPTR
|
|
MOV @DPTR, A
|
|
MOV A, @A+DPTR
|
|
DEC DPTR
|
Explanation:
Detailed explanation-1: -1 Answer. DPTR – Data pointer is the 8051’s only user-accessible 16 bit (2-byte) register. DPTR is meant for pointing to data.
Detailed explanation-2: -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.
There is 1 question to complete.