hex.sub.clear_carry (arity 2)¶
carry = 0. jump to c0 if it was 0, and to c1 otherwise.
Signature¶
def clear_carry c0, c1 @ ret < ..tables.ret, .dst, ..tables.res { ... }
Defined in hex/math.fj — lines 221–229 (view on GitHub).
Complexity¶
Time:
2@+5Space:
2@+20
See the complexity glossary for what @, w, dw, dbit, n mean.