JO/JNE : Jump (to destination register) if source register is Odd (Not Even)

If the source register's LSB (in SRC1/dest) is set (the value is odd), the location where the core will execute the next instruction is pointed to by the destination register (in SRC2). Prepare it in advance !

The Imm16 field is not used because the negation field already provides with a XOR.

This instruction is also aliased from JNE.

See also the other instructions of the JMP group : JMP, JNZ, JNO/JE, JS/JNS