.::Data Manipulation Instructions::.

Shift Instructions

  • SHL/SAL destination, count (identical instructions)
  • SHR destination, count
  • SAR destination, count
  • SHLD/SHRD
    Rotate Instructions

  • RCR destination, count
  • RCL destination, count
  • ROR destination, count
  • ROL destination, count