8086的算术逻辑移位和循环移位

一、Shift Arithmetic and Shift Logical


SAL:Shift Arithmetic Left


SHL:Shift Logic Left


SHR:Shift Logic Right


SAR:Shift Arithmetic Right

8086的算术逻辑移位和循环移位


二、Rotate


ROL:Rotate Left


ROR:Rotate Right


RCL:Rotate through Carry Left


RCR:Rotate through Carry Right

 

8086的算术逻辑移位和循环移位