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