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@-1Space:
2@-1
See the complexity glossary for what @, w, dw, dbit, n mean.