hex.if0 (arity 3)ΒΆ
if hex[:n]==0 goto l0, else continue.
SignatureΒΆ
def if0 n, hex, l0 @ l1 { ... }
Defined in hex/cond_jumps.fj β lines 53β56 (view on GitHub).
ComplexityΒΆ
Time:
n(@-1)Space:
n(@+15)
See the complexity glossary for what @, w, dw, dbit, n mean.
SourceΒΆ
Click to view the macro body
def if0 n, hex, l0 @ l1 {
.if n, hex, l0, l1
l1:
}
Depends onΒΆ
Used byΒΆ
Example usesΒΆ
hex.divinhex/div.fjhex.idivinhex/div.fjhex.input_ptr_lineinhex/strings.fj