0
20kviews
What is REP prefix? How it functions for string instructions?
1 Answer
0
374views

Mnemonic: REP

Operation:

  • This is an instruction prefix which can be used in string instructions.
  • It can be used with string instructions only.
  • It causes the instruction to be repeated CX number of times.
  • After each execution, the SI and DI registers are incremented/decremented based on the DF (Direction …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.