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 227–235 (view on GitHub).

ComplexityΒΆ

  • Time: 2@+5

  • Space: 2@+20

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

Requires initΒΆ

The following must be initialised before this macro is invoked:

  • hex.sub.init (or hex.init)

SourceΒΆ

Depends onΒΆ

Used byΒΆ

Example usesΒΆ


← Previous: hex.sub.clear_carry/0 Next: hex.sub.not_carry β†’