%copy ( dst src rep -- )


Vocabulary
cpu.architecture

Inputs
dstdestination
srcsource
repa representation


Outputs
None

Word description
Emits code copying a value from a register, arbitrary memory location or spill-slot to a destination.

Examples
USING: cpu.architecture make ; RAX RBX int-rep [ %copy ] B{ } make disassemble
000000000108a970: 4889d8 mov rax, rbx


Definition


Methods