Z<-((W-X)/5*Y)*2的指令: 
我的做法: 
mov  ax,w 
sub  ax,x 
sbb  dx,0 
cwd 
idiv  5 
imul  y 
imul  2 
mov   z,ax 
不知道對不對?請指教下……初學者啊,謝謝了啊!