- movb
void movb(Register dst, Imm8 src)
Undocumented in source. Be warned that the author may not have intended to support it.
- movb
void movb(MemAddress dst, Imm8 src)
Undocumented in source. Be warned that the author may not have intended to support it.
- movd
void movd(Register dst, Imm32 src)
Undocumented in source. Be warned that the author may not have intended to support it.
- movd
void movd(MemAddress dst, Imm32 src)
Undocumented in source. Be warned that the author may not have intended to support it.
- movq
void movq(Register dst, Imm32 src)
Undocumented in source. Be warned that the author may not have intended to support it.
- movq
void movq(Register dst, Imm64 src)
Undocumented in source. Be warned that the author may not have intended to support it.
- movq
void movq(MemAddress dst, Imm32 src)
Undocumented in source. Be warned that the author may not have intended to support it.
- movw
void movw(Register dst, Imm16 src)
Undocumented in source. Be warned that the author may not have intended to support it.
- movw
void movw(MemAddress dst, Imm16 src)
Undocumented in source. Be warned that the author may not have intended to support it.