Cosmos/source2/Compiler/Cosmos.Compiler.Assembler.X86/IRET.cs
kudzu_cp bf883e964a
2011-07-18 00:02:27 +00:00

10 lines
No EOL
200 B
C#

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