On page 3-431 of the Intel instruction set reference, two different instructions are mentioned:
7C cb JL rel8 Jump short if less (SF ≠ OF).
7C cb JNGE rel8 Jump short if not greater or equal (SF ≠ OF).
What is the reasoning behind having two names for the same instruction? Is there any instance where it matters whether I use JL
or JNGE
?