1、AND AX,AX,可以对AX清零,还可以清除进位位和影响到SF、ZF、PF标志位。2、mov ax,0 , 此条指令占用3个字节。3、 sub ax,ax , 减法指令, 该条指令只占用2个字节。 4、xor ax,ax