◄Summary► ◄Key► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── 0111cond disp (1) ─────────────────────┬─────────────────────────┬──────────────────────────── Jcondition label │ jg bigger │ 88/86 16,noj=4 │ jo SHORT too_big │ 286 7+m,noj=3 │ jpe p_even │ 386 7+m,noj=3 │ │ 486 3,noj=1 ─────────────────────┴─────────────────────────┴──────────────────────────── 00001111 1000cond disp (2) ─────────────────────┬─────────────────────────┬──────────────────────────── Jcondition label* │ je next │ 88/86 ── │ jnae lesser │ 286 ── │ js negative │ 386 7+m,noj=3 │ │ 486 3,noj=1 ─────────────────────┴─────────────────────────┴──────────────────────────── * Near labels are only available on the 80386/486. They are the default. -♦-