using System; using System.Linq; namespace Cosmos.Assembler.x86 { [Cosmos.Assembler.OpCode("hlt")] public class Halt : Instruction { } }