hex.sub (arity 2)ΒΆ
dst -= src
both dst,src are hexes.
SignatureΒΆ
def sub dst, src < .sub.dst { ... }
Defined in hex/math.fj β lines 157β159 (view on GitHub).
ComplexityΒΆ
Time:
4@+12Space:
4@+52
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 sub dst, src < .sub.dst {
.tables.jump_to_table_entry dst, src, .sub.dst
}
Depends onΒΆ
β Previous: hex.add.init
Next: hex.sub/3 β