namespace Cosmos.Compiler.Assembler.X86.x87 { [OpCode("fstp")] public class FloatStoreAndPop : InstructionWithDestinationAndSize { } }