mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 12:58:39 +00:00
7 lines
No EOL
155 B
C#
7 lines
No EOL
155 B
C#
namespace Cosmos.Compiler.Assembler.X86
|
|
{
|
|
[OpCode("shld")]
|
|
public class ShiftLeftDouble : InstructionWithDestinationAndSourceAndArgument
|
|
{
|
|
}
|
|
} |