Vocabularycpu.
x86Inputsdst | a register symbol |
src | a register symbol |
rep | a value representation singleton |
OutputsNone
Word descriptionEmits machine code for copying from a register to another.
ExamplesUSING: cpu.x86 make ;
[ XMM1 XMM2 double-rep copy-register* ] B{ } make disassemble
0000000533c61fe0: 0f28ca movaps xmm1, xmm2
DefinitionMethods