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>loopw label 16-bit 80386 loopw (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]
LOOPW label       16-Bit 80386 LOOPW (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 CX (not ECX) register for LOOP
     regardless of the current segment with the LOOPW 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