Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>loopd label 32-bit 80386 loop (tasm only) flags: o d i t s z a p c</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
LOOPD label       32-Bit 80386 LOOP (TASM Only)      Flags: O D I T S Z A P C

     Normally, whether or not ECX is used as the loop index is determined by
     whether the instruction is in a 16- or 32-bit segment. However, TASM lets
     you indicate that you want to use the ECX register for LOOP regardless
     of the current segment with the LOOPD instruction.

     See LOOP for more information.

See Also: LOOP LOOPE LOOPNE LOOPZ LOOPNZ

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson