jbe - Jump if Below or Equal,
after you compare two unsigned numbers (or subtract) if you use jbe to jump
to a label or an address it will jump only if the first operand is
below or equal the second operand, example:
if eax is below or equal ebx then it will jump to destination