8086的算术逻辑移位和循环移位
一、Shift Arithmetic and Shift Logical
①SAL:Shift Arithmetic Left
②SHL:Shift Logic Left
③SHR:Shift Logic Right
④SAR:Shift Arithmetic Right
二、Rotate
①ROL:Rotate Left
②ROR:Rotate Right
③RCL:Rotate through Carry Left
④RCR:Rotate through Carry Right