This commit is contained in:
kudzu_cp 2012-01-23 15:19:25 +00:00
parent 1712fdb0fe
commit 05ead64429
2 changed files with 10 additions and 0 deletions

View file

@ -64,6 +64,7 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="MoveToDR6.cs" />
<Compile Include="MoveZeroExtend.cs" />
<Compile Include="MoveSignExtend.cs" />
<Compile Include="Lgdt.cs" />

View file

@ -0,0 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.Compiler.Assembler.X86 {
class MoveToDR6 {
}
}