adplus-dvertising
frame-decoration

Question

The instruction, Add #45,R1 does,

a.

Adds the value of 45 to the address of R1 and stores 45 in that address

b.

Adds 45 to the value of R1 and stores it in R1

c.

Finds the memory location 45 and adds that content to that of R1

d.

None of the above

Answer: (b).Adds 45 to the value of R1 and stores it in R1

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The instruction, Add #45,R1 does,

Similar Questions

Discover Related MCQs

Q. In case of, Zero-address instruction method the operands are stored in _____ .

Q. Add #45, when this instruction is executed the following happens

Q. The addressing mode which makes use of in-direction pointers is ______ .

Q. In the following indexed addressing mode instruction,
MOV 5(R1),LOC
The effective address is ______ .

Q. The addressing mode/s, which uses the PC instead of a general purpose register is ______ .

Q. When we use auto increment or auto decrement, which of the following is/are true
1) In both, the address is used to retrieve the operand and then the address gets altered.
2) In auto increment the operand is retrieved first and then the address altered.
3) Both of them can be used on general purpose registers as well as memory locations.

Q. The addressing mode, where you directly specify the operand value is _______ .

Q. The effective address of the following instruction is , MUL 5(R1,R2)

Q. _____ addressing mode is most suitable to change the normal sequence of execution of instructions .

Q. Add #%01011101,R1 , when this instruction is executed then,

Q. If we want to perform memory or arithmetic operations on data in Hexa-decimal mode then we use ___ symbol before the operand .

Q. When generating physical addresses from logical address the offset is stored in _____ .

Q. The technique used to store programs larger than the memory is ______ .

Q. The unit which acts as an intermediate agent between memory and backing store to reduce process time is _____ .

Q. The Load instruction does the following operation/s,

Q. RTN stands for

Q. In a system, which has 32 registers the register id is ____ long .

Q. The two phases of executing an instruction are

Q. The Instruction fetch phase ends with

Q. While using the iterative construct (Branching) in execution, ____ instruction is used to check the condition.