using System; using System.Linq; namespace Cosmos.Compiler.Assembler.X86 { [OpCode("cmpxchg")] public class CmpXchg: InstructionWithDestinationAndSourceAndSize { } }