mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 22:12:25 +00:00
8 lines
No EOL
190 B
C#
8 lines
No EOL
190 B
C#
using System;
|
|
using System.Linq;
|
|
|
|
namespace Cosmos.Assembler.x86 {
|
|
[Cosmos.Assembler.OpCode("cmpxchg")]
|
|
public class CmpXchg: InstructionWithDestinationAndSourceAndSize {
|
|
}
|
|
} |