adplus-dvertising
frame-decoration

Question

The instruction, MOV AX, 1234H is an example of

a.

register addressing mode

b.

direct addressing mode

c.

immediate addressing mode

d.

based indexed addressing mode

Answer: (c).immediate addressing mode

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The instruction, MOV AX, 1234H is an example of

Similar Questions

Discover Related MCQs

Q. The instruction, MOV AX, [2500H] is an example of

Q. If the data is present in a register and it is referred using the particular register, then it is

Q. The instruction, MOV AX,[BX] is an example of

Q. If the offset of the operand is stored in one of the index registers, then it is

Q. The addressing mode that is used in unconditional branch instructions is

Q. If the location to which the control is to be transferred lies in a different segment other than the current one, then the mode is called

Q. The instruction, JMP 5000H:2000H;
Is an example of

Q. The contents of a base register are added to the contents of index register in

Q. The instruction that adds immediate data/contents of the memory location specified in an instruction/register to the contents of another register/memory location is

Q. In general, the destination operand of an instruction can be

Q. Which of the following is a mnemonic?

Q. The instruction in which adjustment is made before performing the operation is

Q. The expansion of DAA is

Q. The instruction that is used to convert the result of the addition of two packed BCD numbers to a valid BCD number is

Q. The ROR instruction rotates the contents of the destination operand to

Q. The mnemonic that is placed before the arithmetic operation is performed is

Q. The Carry flag is undefined after performing the operation

Q. The instruction that performs logical AND operation and the result of the operation is not available is

Q. In the RCL instruction, the contents of the destination operand undergo function as

Q. The instruction that is used as prefix to an instruction to execute it repeatedly until the CX register becomes zero is