Cosmos/source2/Compiler/Cosmos.Assembler.x86/x87/FloatNegate.cs
kudzu_cp 903e0b727f
2012-01-23 22:15:20 +00:00

7 lines
No EOL
149 B
C#

namespace Cosmos.Compiler.Assembler.X86.x87
{
[Cosmos.Assembler.OpCode("fchs")]
public class FloatNegate : Instruction
{
}
}