INTRODUCTION TO MICROPEOCESSOR
MODEL OF MICROPROCESSOR
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
What is the addressing mode used in instruction MOV M, C?
|
Direct
|
|
Indirect
|
|
Indexed
|
|
Immediate
|
Explanation:
Detailed explanation-1: -In this mode, the data is transferred from one register to another by using the address pointed by the register. For example, MOV A, M: means data is transferred from the memory address pointed by the register pair HL to the register A.
Detailed explanation-2: -The most common types of addressing modes are immediate, indirect, direct, indexed, and register addressing modes. In the immediate addressing mode, the operand field contains the operand itself, which is usually the numerical value of the operand.
There is 1 question to complete.