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>jecxz jump if ecx register zero (386) 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]
JECXZ              Jump if ECX Register Zero (386)   Flags: O D I T S Z A P C

JECXZ label

           Logic:          jump if ECX = 0

     This instruction performs a jump to the indicated label if ECX is
     equal to zero. It is the same as JCXZ, except that it tests ECX.

  --------------------------------------------------------------------------
   Operands                   Clocks   Transfers  Bytes  Example
   JECXZ label                9 (386)      -        2    JECXZ OUT
  --------------------------------------------------------------------------

See Also: JCXZ

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