MICROPROCESSOR AND MICROCONTROLLER

8051 MICROCONTROLLER

ARCHITECTURE OF 8085

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
MOV A, # 0FHINC AA =?
A
17
B
18
C
10
D
13
Explanation: 

Detailed explanation-1: -In assembly language, instruction MOV A B. means moving the content of B (source) to A (destination).

Detailed explanation-2: -MOV A, R1, will copy the contents of memory whose address is in R1 to the accumulator. The detailed solution to the question, MOV A, R1 will be provided here. Register Indirect Addressing Mode: In this type, the register will store the address of the target memory location and will be mentioned in the instruction.

There is 1 question to complete.