Physics, asked by bhalchandrakotiye, 3 months ago

3) Which of the following register is used in LOOP instructions?
S.
CX
DX
AX
BX​

Answers

Answered by nabilaanjum441
0

Answer:

The LOOP instruction is mainly used to simulate the different loops in HLL. The Loop instructions use the CX register to indicate the loop count. Note that the ECX register can be used as a loop counter in 32-bit mode.

Similar questions