namespace Cosmos.Assembler.x86 { [OpCode("Imul")] public class Imul: InstructionWithDestinationAndSourceAndSize { } }