hex.if (arity 3)ΒΆ
if hex==0 goto l0, else goto l1.
SignatureΒΆ
def if hex, l0, l1 { ... }
Defined in hex/cond_jumps.fj β lines 31β33 (view on GitHub).
ComplexityΒΆ
Time:
@-1Space:
@+15
See the complexity glossary for what @, w, dw, dbit, n mean.
SourceΒΆ
Click to view the macro body
def if hex, l0, l1 {
.if_flags hex, 0xfffe, l0, l1
}
Depends onΒΆ
Used byΒΆ
Example usesΒΆ
β Previous: hex.if_flags
Next: hex.if0/2 β