ID Number: Q26707
5.00 5.10
MS-DOS
Problem:
What is the mnemonic for a LOOP instruction in a .386 USE16 segment
which decrements ECX?
Response:
You can use a cast override to change the operand size for the LOOP
instruction. For example, "LOOP dword ptr alabel". In a 16-bit
segment, ECX will be used instead of CX. If you use a WORD override in
a 32-bit segment, CX will be used instead of ECX.