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