Cosmos/source/Indy.IL2CPU/Assembler/x86/486AndUp/CmpXchg.cs
mterwoord_cp 967ef9c876
2008-11-08 10:24:48 +00:00

8 lines
No EOL
187 B
C#

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