add op1,op2op1 = op1+op2 sub op1,op2 op1 = op1-op2 inc opop = op+1 dec opop = op-1 jmp 跳转 lea eax,[地址值]把地址值放到了eax里