Control / Jumps (signed Int)
|
Compare op1 with op2 |
|
bitwise comparison |
|
unconditional Jump |
|
Jump if equal |
|
Jump if not equal |
|
Jump if zero |
|
Jump if not zero |
|
Jump if greater |
|
Jump if greater or equal |
|
Jump if less |
|
Jump if less or equal |
For unsigned Integer use
ja, jae
(above) or jb, jbe
(below)Comments