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