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

10 lines
No EOL
215 B
C#

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