<<< Conditional Jumps | Index | Conditional Jumps, Cont >>> |
Some conditional jump instructions treat operands of the CMP instruction as signed numbers:
je jump if equal jg jump if greater jl jump if less jge jump if greater or equal jle jump if less or equal jne jump if not equal
<<< Conditional Jumps | Index | Conditional Jumps, Cont >>> |