GK
TECHNOLOGY
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
In which addressing the operand is actually present in instruction?
|
Extra addressing
|
|
Immediate addressing
|
|
Factual addressing
|
|
Instruction addressing
|
Explanation:
Detailed explanation-1: -In the immediate addressing mode, we specify the operand in the instruction itself. Or, in simpler words, instead of an address field, the immediate-mode instruction consists of an operand field.
Detailed explanation-2: -In immediate addressing mode the source operand is always data. If the data is 8-bit, then the instruction will be of 2 bytes, if the data is of 16-bit then the instruction will be of 3 bytes. Examples: MVI B 45 (move the data 45H immediately to register B)
There is 1 question to complete.