Computer Science, asked by vinithkarthick, 6 months ago

Which of the following is a string manipulation instruction in an 8086 microprocessor?

a.REPS
b.MOVS
c.CMPS
d.All other options​

Answers

Answered by myrakincsem
0

Option d. All other options are correct.

  • REPS is a string manipulation instruction which enables the usage of given instruction until  CX ≠ 0.
  • MOV is a string manipulation instruction for moving strings.
  • CMPS  is a string manipulation instruction used for comparing strings.
  • Hence, option d is correct.

#SPJ2

Similar questions