hex.sub.set_carry¶
carry = 1
Signature¶
def set_carry { ... }
Defined in hex/math.fj — lines 248–251 (view on GitHub).
Complexity¶
Time:
2@+6Space:
2@+21
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¶
Click to view the macro body
def set_carry {
.clear_carry
.not_carry
}
Depends on¶
← Previous: hex.sub.not_carry
Next: hex.sub.init →