bit.if1 (arity 3)¶
if the x[:n] != 0 jump to l1
x is bit[:n], l1 is an address.
Signature¶
def if1 n, x, l1 @ end { ... }
Defined in bit/cond_jumps.fj — lines 37–40 (view on GitHub).
Complexity¶
Time:
n(@+2)Space:
n(@+2)
See the complexity glossary for what @, w, dw, dbit, n mean.