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>jnp jump if no parity flags: not altered</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
JNP              Jump If No Parity                   Flags: not altered

JNP short-label

          Jump Condition:      Jump if PF = 0

    JNP transfers control to short-label if the Parity Flag is clear. The
    target of the jump must be within -128 or +127 bytes of the next
    instruction.

  --------------------------------------------------------------------------
   Operands                  Clocks   Transfers  Bytes   Example
   short-label              16 or 4       -        2     JNP ODD_PARITY
  --------------------------------------------------------------------------

       Notes:         JPO, Jump if Parity Odd, is the same instruction a
                      JNP.

                      Use JP, Jump on Parity, to jump if the parity flag
                      is set.

See Also: JPO JP

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