Cosmos/source/Cosmos.Assembler/x86/XchgAndAdd.cs

11 lines
179 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.Assembler.x86._486AndUp
{
class XchgAndAdd
{
}
}