mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-11 18:51:41 +00:00
This commit is contained in:
parent
1712fdb0fe
commit
05ead64429
2 changed files with 10 additions and 0 deletions
|
|
@ -64,6 +64,7 @@
|
|||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="MoveToDR6.cs" />
|
||||
<Compile Include="MoveZeroExtend.cs" />
|
||||
<Compile Include="MoveSignExtend.cs" />
|
||||
<Compile Include="Lgdt.cs" />
|
||||
|
|
|
|||
|
|
@ -0,0 +1,9 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Cosmos.Compiler.Assembler.X86 {
|
||||
class MoveToDR6 {
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue