Cosmos/source2/Compiler/Cosmos.Compiler.Assembler.X86/486AndUp/CmpXchg.cs
2010-08-05 17:11:04 +00:00

8 lines
No EOL
182 B
C#

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