Command: SHRD - Shift right replacing with source (Double Precision Shift)
Arguments: DEST,SRC: 16 or 32 bit registers or memory address, COUNT: CL, or immediate
Usage: SHRD DEST,SRC,COUNT
Effects: Shift right Dest by count bits and fill bits opened with the bits from SRC.
Flags to be set: CF PF SF ZF