Computer Science, asked by Kavyashree5270, 1 year ago

Explain the string instructions of 8086 microprocessors. [2]

Answers

Answered by rohanpawar10906
0

Answer:

String manipulation instructions in 8086 microprocessor

OPCODE OPERAND EXPLANATION

REPNE instruction repeat the given instruction while CX != 0

REPNZ instruction repeat the given instruction while ZF = 0

MOVSB none moves contents of byte given by DS:SI into ES:DI

MOVSW none moves contents of word given by DS:SI

please mark as brainlest answer

Similar questions