bit.mov (arity 2)ΒΆ

note: works if dst==src.
dst = src
dst,src are bits.

SignatureΒΆ

def mov dst, src @ end { ... }

Defined in bit/memory.fj β€” lines 73–77 (view on GitHub).

ComplexityΒΆ

  • Time: 2@-1

  • Space: 2@-1

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

SourceΒΆ

Depends onΒΆ

Used byΒΆ

Example usesΒΆ


← Previous: bit.unsafe_mov Next: bit.mov/3 β†’