GNU Info

Info Node: (nasm.info)Section B.4.129

(nasm.info)Section B.4.129


Next: Section B.4.130 Prev: Section B.4.128 Up: Section B.4
Enter node , (file) or (file)node

B.4.129. `JCXZ', `JECXZ': Jump if CX/ECX Zero
---------------------------------------------

     JCXZ imm                      ; a16 E3 rb            [8086]
     JECXZ imm                     ; a32 E3 rb            [386]

   `JCXZ' performs a short jump (with maximum range 128 bytes) if and
only if the contents of the `CX' register is 0. `JECXZ' does the same
thing, but with `ECX'.


automatically generated by info2www version 1.2.2.9