Google News
logo
Electronics and Communication Engineering (ECE) : Microprocessors - Quiz(MCQ)
Which of the following is true about MOV A, B instruction?
A)
It is a 2-byte instruction
B)
It doesn’t affect the flag register
C)
It uses immediate addressing mode
D)
It means move the content of register A to register B

Correct Answer : Option (B) :   It doesn’t affect the flag register


Explanation : MOV A, B means moving the content of register B to register A. It is a 1-byte instruction and it uses register addressing mode. No flags are affected because operations of this instruction are not performed in the ALU.

Advertisement