|
Conditional jump. The first Expr is the condition, and the second and the
third Expr refer to true and false branch addresses, respectively.
-
Item1
:
Expr
-
Item2
:
Expr
-
Item3
:
Expr
|
|
Jump to another instruction. The Expr is the jump address.
-
Item
:
Expr
|
|
Conditional jump to a label.
-
Item1
:
Expr
-
Item2
:
Label
-
Item3
:
Label
|
|
Jump to a label.
-
Item
:
Label
|