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@+1

  • Space: 2@+25

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

SourceΒΆ

Depends onΒΆ


← Previous: hex.zero/2 Next: hex.mov/3 β†’