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