Cosmos/source2/Compiler/Cosmos.Compiler.Assembler.X86/x87/FloatStoreAndPop.cs
2011-06-03 22:32:25 +00:00

7 lines
No EOL
159 B
C#

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