将寄存器或者内存位置的值置为0: xor eax,eax(异或)比mov eax,0 更省内存,效率更高;递增和递减 Inc 用于将目的操作数递增或者递减,其作用与C 语言里的 a++类似; 递减:dec