hex.mov (arity 2)¶
dst = src
both dst,src are hexes.
Signature¶
def mov dst, src @ end { ... }
Defined in hex/memory.fj — lines 53–58 (view on GitHub).
Complexity¶
Time:
2@+1Space:
2@+25
See the complexity glossary for what @, w, dw, dbit, n mean.