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