bit.if0 (arity 2)ΒΆ

if x == 0 jump to l0
x is a bit, l0 is an address.

SignatureΒΆ

def if0 x, l0 @ end { ... }

Defined in bit/cond_jumps.fj β€” lines 45–48 (view on GitHub).

ComplexityΒΆ

  • Time: @+2

  • Space: @+2

See the complexity glossary for what @, w, dw, dbit, n mean.

SourceΒΆ

Depends onΒΆ

Used byΒΆ

Example usesΒΆ


← Previous: bit.if1/3 Next: bit.if0/3 β†’