Cosmos/source2/Compiler/Cosmos.Compiler.Assembler.X86/Lgdt.cs
kudzu_cp f5e3467d19
2011-07-17 23:46:48 +00:00

10 lines
No EOL
219 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.Compiler.Assembler.X86 {
[OpCode("lgdt")]
public class Lgdt : InstructionWithDestination {
}
}