用VC写Assembly代码(6)--附录3[X86指令使用详解]

来源:互联网 发布:c语言取反运算符 编辑:程序博客网 时间:2024/05/20 05:11

MOV

MOV dst, src

相当于:

int dst;

dst = src;