hex.cmp.cmp_eq_nextΒΆ
1 step of multi-nibble hex.cmp.
SignatureΒΆ
def cmp_eq_next a, b, lt, gt @ eq { ... }
Defined in hex/cond_jumps.fj β lines 127β130 (view on GitHub).
ComplexityΒΆ
Time:
3@+8Space:
3@+30
See the complexity glossary for what @, w, dw, dbit, n mean.
SourceΒΆ
Click to view the macro body
def cmp_eq_next a, b, lt, gt @ eq {
..cmp a, b, lt, eq, gt
eq:
}
Depends onΒΆ
β Previous: hex.cmp/6
Next: hex.cmp.init β