adplus-dvertising
frame-decoration

Question

The addressing mode used in an instruction of the form ADD X Y, is

a.

Absolute

b.

indirect

c.

index

d.

none of these

Answer: (c).index

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The addressing mode used in an instruction of the form ADD X Y, is

Similar Questions

Discover Related MCQs

Q. In a program using subroutine call instruction, it is necessary

Q. n bits in operation code imply that there are ___________ possible distinct operators.

Q. The instruction ‘ORG O’ is a

Q. The BSA instruction is

Q. A group of bits that tell the computer to perform a specific operation is known as

Q. The load instruction is mostly used to designate a transfer from memory to a processor register known as

Q. The operation executed on data stored in registers is called

Q. MRI indicates

Q. Self-contained sequence of instructions that performs a given computational task is called

Q. Microinstructions are stored in control memory groups, with each group specifying a

Q. What is the content of Stack Pointer (SP)?

Q. Which of the following are not a machine instructions?

Q. The given lines of code temp = v[k]; v[k] = v[k+1]; v[k+1] = temp represents the function of

Q. The conversion of this hexa expression eca8 6420hex into binary is

Q. Instruction that loads a bits, byte, word, or double word of a string into the register EAX, is

Q. Hexadecimal number that this binary number (0001 0011 0111)two represents is

Q. In the MIPS instruction fields, the shamt field is of

Q. Data movement instructions include,

Q. In assembly language d=a-e will be instructed as

Q. If ($s2 < $s3) $s1 = 1; else $s1 = 0 in assembly language can be written as