using System; using System.Linq; namespace Cosmos.Compiler.Assembler.X86 { [OpCode("pop")] public class Pop: InstructionWithDestinationAndSize{ } }