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