I want to compare two unsigned integers (qwords) and make a conditional jump.
What is the correct conditional jump for >=
?
I don't understand why there are so many conditional jumps. What is the difference between JAE (above or equal) and JGE (greater or equal) or others like JNB, JNL?