hex.if_flagsΒΆ

Jumps to l1 if bit hex of the 16-bit flags constant is set, else l0.

SignatureΒΆ

def if_flags hex, flags, l0, l1 @ switch, clean, return, finish { ... }

Defined in hex/cond_jumps.fj β€” lines 12–26 (view on GitHub).

ComplexityΒΆ

  • Time: @-1

  • Space: @+15

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

SourceΒΆ

Used byΒΆ

Example usesΒΆ


Next: hex.if/3 β†’