3) Which of the following register is used in LOOP instructions?
S.
CX
DX
AX
BX
Answers
Answered by
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