mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-03 06:40:23 +00:00
8 lines
No EOL
178 B
C#
8 lines
No EOL
178 B
C#
using System;
|
|
using System.Linq;
|
|
|
|
namespace Indy.IL2CPU.Assembler.X86 {
|
|
[OpCode("cmpxchg")]
|
|
public class CmpXchg: InstructionWithDestinationAndSourceAndSize {
|
|
}
|
|
} |