Cosmos/source/Cosmos.Assembler/x86/Shrd.cs

7 lines
No EOL
164 B
C#

namespace Cosmos.Assembler.x86
{
[Cosmos.Assembler.OpCode("shrd")]
public class ShiftRightDouble : InstructionWithDestinationAndSourceAndArgument
{
}
}