Computer Science, asked by kuldeep708860, 3 months ago

56. The instruction that is used to transfer the data from source operand to destination operand is

(A) data copy/transfer instruction

(B) branch instruction

(C) arithmetic/logical instruction

(D) string instruction​

Answers

Answered by jashiyakhan
0

Answer:

data copy/transfer instruction.

Explanation:

these instruction are used to copy and transfer the instruction.

Answered by adventureisland
1

Option (A) is correct.

(A) Data copy/transfer instruction is used to transfer the data from the source operand to the destination operand.

About data copy/transfer instruction :

  • MOV - Data is moved from one register/memory to another with the MOV command. It is not permitted to load data directly into the segment register.
  • PUSH - This operation pushes the contents of a given register or memory address onto the stack. Two have been decremented from the stack pointer.
  • POP - When the POP instruction is performed, the contents of a specific register memory location are loaded into a memory location whose address is constructed using the current stack segment and stack pointer.
  • EXCHANGE - The source and destination operands' contents are swapped.

Similar questions