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