hex.exact_xorΒΆ

{d3,d2,d1,d0} ^= src

d3,d2,d1,d0 are bit-addresses; src is hex.

SignatureΒΆ

def exact_xor d3, d2, d1, d0, src @ switch, end { ... }

Defined in hex/logics.fj β€” lines 28–50 (view on GitHub).

ComplexityΒΆ

  • Time: @

  • Space: @+12

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

SourceΒΆ

Used byΒΆ

Example usesΒΆ


← Previous: hex.xor/3 Next: hex.xor_zero/2 β†’