一、数据传送指令
mov
push
pop
pushf
popf
xchg
二、算术运算指令
add
sub
adc
sbb
inc
dec
cmp
imul
idiv
aaa
三、逻辑指令
and
or
not
xor
test
shl
shr
sal
sar
rol
ror
rcl
rcr
四、转移指令
1、无条件转移:jmp
2、条件转移:jcxz、je、jb、ja、jnb、jna
3、循环指令:loop
4、过程:call、ret、retf
5、中断:int、iret
五、处理机控制指令
cld
std
cli
sti
nop
clc
cmc
stc
hlt
wait
esc
lock
六、串处理指令
movsb、movsw、cmps、scas、lods、stos
前缀指令:rep、repe、repne