Cosmos/source2/Cosmos.Assembler.x86/INT1.cs
kudzu_cp b0cb66f739
2012-01-23 22:17:21 +00:00

8 lines
211 B
C#

namespace Cosmos.Compiler.Assembler.X86 {
// See note in Int3 as to why we need a separate op for Int1 versus Int 0x01
[Cosmos.Assembler.OpCode("Int1")]
public class INT1: Instruction {
}
}