adplus-dvertising
frame-decoration

Question

What do you understand form this instruction mov.w X(PC), R6

a.

R6= X+PC

b.

R6= PC-X

c.

R6= -X-PC

d.

R6= -X+PC

Answer: (a).R6= X+PC

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What do you understand form this instruction mov.w X(PC), R6

Similar Questions

Discover Related MCQs

Q. Absolute mode uses which of the following operators?

Q. Indirect register mode is used by

Q. Indirect mode and the indirect auto increment mode have which common operator in them

Q. Are the two instructions similar
mov.w @R5+, R6 and mov.w R6,0( R5)
incd.w R5

Q. mov.w @PC+,R6 is a type of

Q. Which instruction is used to call functions?

Q. ret instruction is used for

Q. According to conventions being followed, R12 to R15 are used for

Q. We can store the temporary results across a call instruction with the help of which of the following registers

Q. Can we allocate variables on the stack?

Q. Which registers are reserved for passing the parameters to a subroutine and then returning the final result?

Q. What actually is the order of stack frame for a parameter to pass to a subroutine?

Q. When any subroutine is called, then the first value of stack will be

Q. After subroutine which of the instruction is used for returning the pointer back to the main program?

Q. Is the approach of making subroutines effective or not?

Q. MSP430 uses vectored interrupts?

Q. Which of the following is true?

Q. After interrupt has occurred, the stack is filled with

Q. What is the function of __ __interrupt keyword

Q. What is the difference between the INTVEC and the RSEG keywords?